Sign in
◑
Theme
rust
/
rust
/
aec7c2a7e32980e4eeceb4792fa91a3221bf7c7b
/
.
/
tests
/
ui
/
error-codes
/
E0198.rs
blob: 041bbe8fdcf6920359867157ca5826a42961d334 [
file
]
#![
feature
(
negative_impls
)]
struct
Foo
;
unsafe
impl
!
Send
for
Foo
{
}
//~ ERROR E0198
fn
main
()
{
}