Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
577e82f71b07b11c6a6f74ac788c65cbd2674a2a
/
.
/
tests
/
pretty
/
trait-polarity.rs
blob: d4d8bd6fd61e0256002e0880761c6ee0d030c991 [
file
] [
log
] [
blame
]
#![
feature
(
negative_impls
)]
//@ pp-exact
struct
Test
;
impl
!
Send
for
Test
{}
pub
fn
main
()
{}