Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![feature(negative_impls)]
// pp-exact
struct Test;
impl !Send for Test {}
pub fn main() {}