Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
coherence
/
auxiliary
/
error_lib.rs
blob: 19ff9ae62fdc644002133c17e90d1d146572765e [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"lib"
]
#![
feature
(
negative_impls
)]
#![
feature
(
with_negative_coherence
)]
pub
trait
Error
{}
impl
!
Error
for
&
str
{}