rust/tests/ui/coherence/auxiliary/coherence_fundamental_trait_lib.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
112 B
Rust
Raw Normal View History

#![crate_type = "rlib"]
#![feature(fundamental)]
pub trait Misc {}
#[fundamental]
pub trait Fundamental<T> {}