DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / codemap_tests / tab.rs
123456789
// ignore-tidy-tab fn main() { bar; //~ ERROR cannot find value `bar` } fn foo() { "bar boo" //~ ERROR mismatched types }