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

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

6 lines
84 B
Rust
Raw Normal View History

2018-07-25 08:27:27 -05:00
#![feature(unstable_test_feature)]
extern crate bar;
pub fn main() { bar::baz() }