Update E0010 to use the new format
For https://github.com/rust-lang/rust/issues/35194
This commit is contained in:
parent
4c02363852
commit
dfb66c3e2b
2 changed files with 5 additions and 2 deletions
|
|
@ -11,5 +11,6 @@
|
|||
#![feature(box_syntax)]
|
||||
|
||||
const CON : Box<i32> = box 0; //~ ERROR E0010
|
||||
//~| NOTE allocation not allowed in
|
||||
|
||||
fn main() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue