mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-15 20:45:20 -04:00
9 lines
318 B
Plaintext
9 lines
318 B
Plaintext
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
|
|
|