rust/tests/run-make/allow-warnings-cmdline-stability/bar.rs
2023-03-30 07:34:55 -05:00

6 lines
128 B
Rust

#![crate_type = "lib"]
#![feature(staged_api)]
#![unstable(feature = "unstable_test_feature", issue = "none")]
pub fn baz() {}