]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-37550.stderr
normalize use of backticks/lowercase in compiler messages for librustc_mir
[rust.git] / src / test / ui / issues / issue-37550.stderr
index 41f33a38fbd07b15e6b48d578df176bc7fcc4993..c1523e911fd2bdee35b1e8e29f9eacdb18329590 100644 (file)
@@ -1,10 +1,11 @@
-error[E0723]: function pointers in const fn are unstable (see issue #57563)
+error[E0723]: function pointers in const fn are unstable
   --> $DIR/issue-37550.rs:3:9
    |
 LL |     let x = || t;
    |         ^
    |
-   = help: add #![feature(const_fn)] to the crate attributes to enable
+   = note: for more information, see issue https://github.com/rust-lang/rust/issues/57563
+   = help: add `#![feature(const_fn)]` to the crate attributes to enable
 
 error: aborting due to previous error