]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/allow-warnings-cmdline-stability/bar.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / run-make-fulldeps / allow-warnings-cmdline-stability / bar.rs
1 #![crate_type = "lib"]
2 #![feature(staged_api)]
3 #![unstable(feature = "unstable_test_feature", issue = "none")]
4
5 pub fn baz() {}