1
Fork 0

Move some tests to more reasonable directories - 2

Address comments

Update limits
This commit is contained in:
Caio 2021-01-16 15:54:05 -03:00
parent 63a83c5f55
commit ad35979c50
190 changed files with 3 additions and 69 deletions

View file

@ -1,3 +0,0 @@
fn main() {
let _ = [0; (&0 as *const i32) as usize]; //~ ERROR casting pointers to integers in constants
}