Trailing newline

This commit is contained in:
Oliver Scherer 2018-11-20 12:28:24 +01:00
parent 7d96f2c481
commit 3e081c7e82

View File

@ -5,4 +5,4 @@ fn main() {
let y = 42;
&y //~ ERROR does not live long enough
};
}
}