]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/rustc-private.rs
Rollup merge of #93850 - asquared31415:extern-static-size-ice, r=jackh726
[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() {}