rust/tests/run-make/allow-warnings-cmdline-stability/bar.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
128 B
Rust
Raw Normal View History

#![crate_type = "lib"]
#![feature(staged_api)]
#![unstable(feature = "unstable_test_feature", issue = "none")]
2018-07-25 08:27:27 -05:00
pub fn baz() {}