Update ui tests

This commit is contained in:
clemencetbk 2019-11-16 12:05:26 -05:00
parent 4e1eeb9a45
commit dc137dd868
2 changed files with 2 additions and 0 deletions

View File

@ -30,3 +30,4 @@ LL | let x = 0 as *const i32 as *const _ as *mut _;
error: aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0641`.

View File

@ -10,3 +10,4 @@ LL | let mut y = 0 as *const _;
error: aborting due to previous error
For more information about this error, try `rustc --explain E0641`.