DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb11u1 / tests / ui / error-codes / E0133.rs
123456789
// revisions: mir thir // [thir]compile-flags: -Z thir-unsafeck unsafe fn f() { return; } fn main() { f(); //~^ ERROR E0133 }