]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/allow-warnings-cmdline-stability/bar.rs
Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where...
[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() {}