mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 04:09:03 +02:00
We upgrade enumset alongside so that we keep only one copy of darling. Differential Revision: https://phabricator.services.mozilla.com/D179651
9 lines
302 B
Rust
9 lines
302 B
Rust
#[cfg_attr(tarpaulin, ignore)]
|
|
// The error messages are different on beta and nightly, thus breaking the test.
|
|
#[rustversion::attr(beta, ignore)]
|
|
#[rustversion::attr(nightly, ignore)]
|
|
#[test]
|
|
fn compile_test() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/compile-fail/*.rs");
|
|
}
|