blob: 1a22dc2b5495a54736838c65cc5c2f11b2996381 [file] [log] [blame]
// #83056 ICE "bad input type for cast"
// issue: rust-lang/rust#83056
struct S([bool; f as usize]);
fn f() -> T {}
//~^ ERROR cannot find type `T` in this scope
pub fn main() {}