Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
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
{}