Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
coherence
/
auxiliary
/
error_lib.rs
blob: 19ff9ae62fdc644002133c17e90d1d146572765e [
file
]
#![
crate_type
=
"lib"
]
#![
feature
(
negative_impls
)]
#![
feature
(
with_negative_coherence
)]
pub
trait
Error
{}
impl
!
Error
for
&
str
{}