Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rust-fn « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cbe02155f11384f99c96ac2f96762e9ef91beb6b (plain)
1
2
3
4
5
pub(self) fn RIGHT<T>(x: &[T]) where T: Debug {
    let _ = x;
    // a comment
    let a = ChangeMe;
}