blob: ff83c50754254c68d3e0ed9bcb79a10f6b2e4ab3 [file]
error: comptime fns can only be called at compile time
--> $DIR/reflection_methods_in_runtime_code.rs:7:5
|
LL | std::any::TypeId::of::<[u8; usize::MAX]>().trait_info_of::<dyn Trait>();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error