update tests to changes on rustc master
This commit is contained in:
parent
e6f7f4af50
commit
6a6b3309e6
10 changed files with 85 additions and 57 deletions
|
@ -10,4 +10,5 @@
|
|||
|
||||
fn main() {
|
||||
let _ = [0; (&0 as *const i32) as usize]; //~ ERROR casting pointers to integers in constants
|
||||
//~^ ERROR it is undefined behavior to use this value
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue