blob: 5b4663a702f06af428b12a58d578e3f86a65cc37 [file] [log] [blame]
error: extern items cannot be `const`
--> $DIR/no-const-fn-in-extern-block.rs:2:5
|
LL | const fn foo();
| ^^^^^
error: extern items cannot be `const`
--> $DIR/no-const-fn-in-extern-block.rs:4:5
|
LL | const unsafe fn bar();
| ^^^^^
error: aborting due to 2 previous errors