]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/consts/const-fn-not-safe-for-const.stderr
New upstream version 1.60.0+dfsg1
[rustc.git] / src / test / ui / consts / const-fn-not-safe-for-const.stderr
index df793d7dd7ec947a4833a7e8d1dd4eb44f60b36c..4c7effc0d158657594810410aa6a1ef27eecbc20 100644 (file)
@@ -1,8 +1,10 @@
-error[E0015]: calls in constant functions are limited to constant functions, tuple structs and tuple variants
+error[E0015]: cannot call non-const fn `random` in constant functions
   --> $DIR/const-fn-not-safe-for-const.rs:14:5
    |
 LL |     random()
    |     ^^^^^^^^
+   |
+   = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
 
 error[E0013]: constant functions cannot refer to statics
   --> $DIR/const-fn-not-safe-for-const.rs:20:5