]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/allow-warnings-cmdline-stability/foo.rs
Rollup merge of #106958 - jyn514:labels, r=m-ou-se
[rust.git] / tests / run-make-fulldeps / allow-warnings-cmdline-stability / foo.rs
1 #![feature(unstable_test_feature)]
2
3 extern crate bar;
4
5 pub fn main() { bar::baz() }