DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / pretty / trait-polarity.rs
123456789
#![feature(negative_impls)] //@ pp-exact struct Test; impl !Send for Test {} pub fn main() {}