Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
src
/
test
/
pretty
/
trait-polarity.rs
blob: df1a7946afb119c3cf89fac4bcbd8322d907ce90 [
file
] [
edit
]
#![
feature
(
negative_impls
)]
// pp-exact
struct
Test
;
impl
!
Send
for
Test
{
}
pub
fn
main
()
{
}