1
Fork 0
This commit is contained in:
Oliver Scherer 2018-11-21 11:13:49 +01:00
parent 3c290a5326
commit 42a3f730c7
2 changed files with 2 additions and 2 deletions

View file

@ -8,4 +8,4 @@ const FOO: &(Cell<usize>, bool) = {
&{a} //~ ERROR cannot borrow a constant which may contain interior mutability
};
fn main() {}
fn main() {}

View file

@ -11,4 +11,4 @@ const FOO: &u32 = {
&{a}
};
fn main() {}
fn main() {}