Files
rust/tests/ui/unsized-locals/yote.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
85 B
Rust
Raw Normal View History

2025-06-13 01:16:36 +02:00
#![feature(unsized_locals)] //~ERROR feature has been removed
#![crate_type = "lib"]