diff options
| author | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-08-25 15:54:09 +0200 |
|---|---|---|
| committer | Oliver Schneider <github35764891676564198441@oli-obk.de> | 2018-08-25 15:54:09 +0200 |
| commit | 2d2b69d4998ea71674d292af223bcacae8a5df4a (patch) | |
| tree | 6b8bdd5b007c14c6fe8b959d6f0b5eab43508846 /src/test | |
| parent | dba1c717ba47a1b5024b6e53fc78456907de5960 (diff) | |
| download | rust-2d2b69d4998ea71674d292af223bcacae8a5df4a.tar.gz rust-2d2b69d4998ea71674d292af223bcacae8a5df4a.zip | |
Satisfy tidy
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/ui/consts/const-eval/auxiliary/stability.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/consts/const-eval/auxiliary/stability.rs b/src/test/ui/consts/const-eval/auxiliary/stability.rs index 14df13bccf8..18c6b52fa7c 100644 --- a/src/test/ui/consts/const-eval/auxiliary/stability.rs +++ b/src/test/ui/consts/const-eval/auxiliary/stability.rs @@ -18,4 +18,4 @@ #[stable(feature = "rust1", since = "1.0.0")] #[rustc_const_unstable(feature="foo")] -pub const fn foo() -> u32 { 42 } \ No newline at end of file +pub const fn foo() -> u32 { 42 } |
