]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/rustc-private.rs
parser will not give wrong help message for 'public'
[rust.git] / src / test / ui / feature-gates / rustc-private.rs
1 // gate-test-rustc_private
2
3 extern crate libc; //~ ERROR  use of unstable library feature 'rustc_private'
4
5 fn main() {}