Move /src/test to /tests
This commit is contained in:
parent
ca855e6e42
commit
cf2dff2b1e
27592 changed files with 0 additions and 0 deletions
14
tests/ui/proc-macro/trailing-plus.rs
Normal file
14
tests/ui/proc-macro/trailing-plus.rs
Normal file
|
@ -0,0 +1,14 @@
|
|||
// check-pass
|
||||
// aux-build:test-macros.rs
|
||||
// compile-flags: -Z span-debug
|
||||
|
||||
#![no_std] // Don't load unnecessary hygiene information from std
|
||||
extern crate std;
|
||||
|
||||
extern crate test_macros;
|
||||
|
||||
#[test_macros::print_attr]
|
||||
fn foo<T>() where T: Copy + {
|
||||
}
|
||||
|
||||
fn main() {}
|
Loading…
Add table
Add a link
Reference in a new issue