We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2456f33 commit 007390cCopy full SHA for 007390c
src/test/ui/consts/min_const_fn/cast_errors.rs
@@ -11,4 +11,4 @@ const fn closure2() {
11
const fn reify(f: fn()) -> unsafe fn() { f }
12
//~^ ERROR function pointers in const fn are unstable
13
const fn reify2() { main as unsafe fn(); }
14
-//~^ ERROR function pointers in const fn are unstable
+//~^ ERROR function pointers in const fn are unstable
0 commit comments