rust/tests/ui/resolve/issue-111727.rs

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

6 lines
71 B
Rust
Raw Normal View History

// edition: 2021
fn main() {
std::any::Any::create(); //~ ERROR
}