about summary refs log tree commit diff
path: root/tests/ui/did_you_mean/sugg-stable-import-first-issue-140240.rs
blob: aa7178271a792d247cc6b5fe57b9ab488db0d582 (plain)
1
2
3
fn main() {
    const _: Range = 0..1; //~ ERROR cannot find type `Range` in this scope
}