This test will not link on wasm32.
This commit is contained in:
parent
e7f8c0d105
commit
34ffbdb965
2 changed files with 6 additions and 6 deletions
6
src/test/ui/extern/extern-const.fixed
vendored
6
src/test/ui/extern/extern-const.fixed
vendored
|
|
@ -1,11 +1,11 @@
|
|||
// This test is checking that extern items cannot be const. It also
|
||||
// checks that `rustfix` suggests the alternative of using an extern
|
||||
// static.
|
||||
// Check extern items cannot be const + `rustfix` suggests using
|
||||
// extern static.
|
||||
//
|
||||
// #54388: an unused reference to an undefined static may or may not
|
||||
// compile. To sidestep this by using one that *is* defined.
|
||||
|
||||
// run-rustfix
|
||||
// ignore-wasm32 no external library to link to.
|
||||
// compile-flags: -g -Z continue-parse-after-error
|
||||
#![feature(libc)]
|
||||
extern crate libc;
|
||||
|
|
|
|||
6
src/test/ui/extern/extern-const.rs
vendored
6
src/test/ui/extern/extern-const.rs
vendored
|
|
@ -1,11 +1,11 @@
|
|||
// This test is checking that extern items cannot be const. It also
|
||||
// checks that `rustfix` suggests the alternative of using an extern
|
||||
// static.
|
||||
// Check extern items cannot be const + `rustfix` suggests using
|
||||
// extern static.
|
||||
//
|
||||
// #54388: an unused reference to an undefined static may or may not
|
||||
// compile. To sidestep this by using one that *is* defined.
|
||||
|
||||
// run-rustfix
|
||||
// ignore-wasm32 no external library to link to.
|
||||
// compile-flags: -g -Z continue-parse-after-error
|
||||
#![feature(libc)]
|
||||
extern crate libc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue