diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-11-20 12:28:24 +0100 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-11-20 12:28:24 +0100 |
| commit | 3e081c7e824eab1e5d87462e5e6a46be14c529ea (patch) | |
| tree | 74bffc20c16240b866a2c598e119056932cca820 /src/test | |
| parent | 7d96f2c4814cdf07860d31e8e8b9695eb9628972 (diff) | |
| download | rust-3e081c7e824eab1e5d87462e5e6a46be14c529ea.tar.gz rust-3e081c7e824eab1e5d87462e5e6a46be14c529ea.zip | |
Trailing newline
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/ui/consts/promote_const_let.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/consts/promote_const_let.rs b/src/test/ui/consts/promote_const_let.rs index 1ba406a957d..8de9b00eb11 100644 --- a/src/test/ui/consts/promote_const_let.rs +++ b/src/test/ui/consts/promote_const_let.rs @@ -5,4 +5,4 @@ fn main() { let y = 42; &y //~ ERROR does not live long enough }; -} \ No newline at end of file +} |
