2023-01-13 13:27:40 +00:00
|
|
|
#[rustc_do_not_const_check]
|
2025-05-18 18:35:13 +02:00
|
|
|
//~^ ERROR use of an internal attribute [E0658]
|
|
|
|
|
//~| NOTE the `#[rustc_do_not_const_check]` attribute is an internal implementation detail that will never be stable
|
|
|
|
|
//~| NOTE `#[rustc_do_not_const_check]` skips const-check for this function's body
|
2023-01-13 13:27:40 +00:00
|
|
|
const fn foo() {}
|
|
|
|
|
|
|
|
|
|
fn main() {}
|