bless you

This commit is contained in:
Ralf Jung 2020-03-21 23:20:43 +01:00
parent 69cf211d06
commit 58a56cc8c0

View File

@ -2,7 +2,7 @@ error[E0080]: could not evaluate static initializer
--> $DIR/write-to-static-mut-in-static.rs:2:33
|
LL | pub static mut B: () = unsafe { A = 1; };
| ^^^^^ tried to modify a static's initial value from another static's initializer
| ^^^^^ modifying a static's initial value from another static's initializer
error[E0391]: cycle detected when const-evaluating `C`
--> $DIR/write-to-static-mut-in-static.rs:5:34