blob: d13ced9a10a0a17c874b015088e6547ebd2651d5 [file] [log] [blame]
error: `std::any::TypeId::of` is not yet stable as a const fn
--> $DIR/const-typeid-of.rs:16:26
|
LL | const A_ID: TypeId = TypeId::of::<A>();
| ^^^^^^^^^^^^^^^^^
|
= help: in Nightly builds, add `#![feature(const_type_id)]` to the crate attributes to enable
error: aborting due to previous error