about summary refs log tree commit diff
path: root/tests/ui/feature-gates/rustc-private.rs
blob: 2605f595b6c72ec335e254edcf60e9a4f1abdcbe (plain)
1
2
3
4
5
// gate-test-rustc_private

extern crate cfg_if; //~ ERROR  use of unstable library feature `rustc_private`

fn main() {}