blob: eeb80d014b2d5aba42b68ed3c1e92430875440cd [file] [log] [blame]
extern crate core;
// error should not say "(see issue #0)"
#[allow(unused_imports)] use core::ptr::Unique; //~ ERROR use of unstable library feature
fn main() {}