fix ui test
had to tell the test suite that it's supposed to compile
This commit is contained in:
parent
63ce99c6f8
commit
23555b9f12
2 changed files with 6 additions and 2 deletions
|
@ -8,6 +8,10 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// must-compile-successfully
|
||||
|
||||
// tests that the following code compiles, but produces a future-compatibility warning
|
||||
|
||||
fn main() {
|
||||
let data = std::ptr::null();
|
||||
let _ = &data as *const *const ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue