blob: 98b04489ac4de8063e5c18af82ff48afca7339f4 [file] [log] [blame]
// run-pass
// revisions: old re
#![cfg_attr(re, feature(re_rebalance_coherence))]
#![allow(dead_code)]
// pretty-expanded FIXME #23616
#![feature(optin_builtin_traits)]
use std::marker::Send;
struct TestType;
impl !Send for TestType {}
fn main() {}