blob: 7b07f38f2594820ae4c7424f3abd5a86603d7ed6 [file] [log] [blame]
// Test for #45868
// random #![feature] to ensure that crate attrs
// do not offset things
/// ```rust
/// #![feature(nll)]
/// let x: char = 1;
/// ```
pub fn foo() {
}