summaryrefslogtreecommitdiffstats
path: root/src/test/ui/coherence/auxiliary/error_lib.rs
blob: 19ff9ae62fdc644002133c17e90d1d146572765e (plain)
1
2
3
4
5
6
#![crate_type = "lib"]
#![feature(negative_impls)]
#![feature(with_negative_coherence)]

pub trait Error {}
impl !Error for &str {}