]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/new_without_default.stderr
iterate List by value
[rust.git] / tests / ui / new_without_default.stderr
index cd8e2837f080bed3502877bfcd06c5ae37dbf056..5e485d40663f3e9ffb3540ec912a470ed2cffa3f 100644 (file)
@@ -19,6 +19,7 @@ LL | /     pub fn new() -> Self {
 LL | |         Bar
 LL | |     }
    | |_____^
+   |
 help: try this
    |
 LL | #[derive(Default)]
@@ -31,6 +32,7 @@ LL | /     pub fn new() -> LtKo<'c> {
 LL | |         unimplemented!()
 LL | |     }
    | |_____^
+   |
 help: try this
    |
 LL | impl Default for LtKo<'c> {