1 2 3 4 5 6 7 8 9 10 11
// Test for #45868 // random #![feature] to ensure that crate attrs // do not offset things /// ```rust /// #![feature(nll)] /// let x: char = 1; /// ``` pub fn foo() { }