]> git.proxmox.com Git - rustc.git/blame - tests/run-make/allow-warnings-cmdline-stability/bar.rs
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / run-make / allow-warnings-cmdline-stability / bar.rs
CommitLineData
85aaf69f
SL
1#![crate_type = "lib"]
2#![feature(staged_api)]
dfeec247 3#![unstable(feature = "unstable_test_feature", issue = "none")]
223e47cc 4
b7449926 5pub fn baz() {}