mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-21 11:23:03 +00:00
Move builtin-superkinds-related tests
This commit is contained in:
parent
049971c990
commit
a73ad6b22a
@ -1,8 +0,0 @@
|
||||
// Test library crate for cross-crate usages of traits inheriting
|
||||
// from the builtin kinds. Mostly tests metadata correctness.
|
||||
|
||||
#![crate_type="lib"]
|
||||
|
||||
pub trait RequiresShare : Sync { }
|
||||
pub trait RequiresRequiresShareAndSend : RequiresShare + Send { }
|
||||
pub trait RequiresCopy : Copy { }
|
Loading…
Reference in New Issue
Block a user