about summary refs log tree commit diff
path: root/tests/ui/resolve/issue-111727.rs
blob: a5c2c0ca8c6aa881f887c0f3ebf28d3b1ed164ad (plain)
1
2
3
4
5
6
//@ edition: 2021

fn main() {
    std::any::Any::create();
    //~^ ERROR expected a type, found a trait
}