Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
14
third-party/vendor/tracing-attributes/tests/ui.rs
vendored
Normal file
14
third-party/vendor/tracing-attributes/tests/ui.rs
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// Only test on nightly, since UI tests are bound to change over time
|
||||
#[rustversion::stable]
|
||||
#[test]
|
||||
fn async_instrument() {
|
||||
let t = trybuild::TestCases::new();
|
||||
t.compile_fail("tests/ui/async_instrument.rs");
|
||||
}
|
||||
|
||||
#[rustversion::stable]
|
||||
#[test]
|
||||
fn const_instrument() {
|
||||
let t = trybuild::TestCases::new();
|
||||
t.compile_fail("tests/ui/const_instrument.rs");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue