Skip to content

Commit 42a3f73

Browse files
committed
Tidy
1 parent 3c290a5 commit 42a3f73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/ui/consts/partial_qualif.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ const FOO: &(Cell<usize>, bool) = {
88
&{a} //~ ERROR cannot borrow a constant which may contain interior mutability
99
};
1010

11-
fn main() {}
11+
fn main() {}

src/test/ui/consts/projection_qualif.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ const FOO: &u32 = {
1111
&{a}
1212
};
1313

14-
fn main() {}
14+
fn main() {}

0 commit comments

Comments
 (0)