blob: 36f3081211d2fdbfe8339d8d32d4abddb49e8d76 [file] [log] [blame]
// edition: 2021
fn main() {
std::any::Any::create(); //~ ERROR
}