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