about summary refs log blame commit diff
path: root/t/t4018/rust-fn
blob: cbe02155f11384f99c96ac2f96762e9ef91beb6b (plain) (tree)
1
2
3
4
5




                                               
pub(self) fn RIGHT<T>(x: &[T]) where T: Debug {
    let _ = x;
    // a comment
    let a = ChangeMe;
}