diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-11-21 11:13:49 +0100 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-11-21 11:13:49 +0100 |
| commit | 42a3f730c75c4e4b62eb58d4e09a8ec833e13804 (patch) | |
| tree | db65530bc1a61334a5f0236034b7f49c7ddd7765 /src | |
| parent | 3c290a5326755d5f978caf66cfd61b05652169d5 (diff) | |
| download | rust-42a3f730c75c4e4b62eb58d4e09a8ec833e13804.tar.gz rust-42a3f730c75c4e4b62eb58d4e09a8ec833e13804.zip | |
Tidy
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/ui/consts/partial_qualif.rs | 2 | ||||
| -rw-r--r-- | src/test/ui/consts/projection_qualif.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/consts/partial_qualif.rs b/src/test/ui/consts/partial_qualif.rs index bb3fc92d4fb..7cf9ee1d94b 100644 --- a/src/test/ui/consts/partial_qualif.rs +++ b/src/test/ui/consts/partial_qualif.rs @@ -8,4 +8,4 @@ const FOO: &(Cell<usize>, bool) = { &{a} //~ ERROR cannot borrow a constant which may contain interior mutability }; -fn main() {} \ No newline at end of file +fn main() {} diff --git a/src/test/ui/consts/projection_qualif.rs b/src/test/ui/consts/projection_qualif.rs index 4806fecee43..34e8eaba9f2 100644 --- a/src/test/ui/consts/projection_qualif.rs +++ b/src/test/ui/consts/projection_qualif.rs @@ -11,4 +11,4 @@ const FOO: &u32 = { &{a} }; -fn main() {} \ No newline at end of file +fn main() {} |
