summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/issue-111727.rs
blob: 36f3081211d2fdbfe8339d8d32d4abddb49e8d76 (plain)
1
2
3
4
5
// edition: 2021

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