2018-12-17 07:36:10 -06:00
|
|
|
error[E0080]: could not evaluate static initializer
|
2018-12-28 13:05:22 -06:00
|
|
|
--> $DIR/static_mut_containing_mut_ref3.rs:3:31
|
2018-12-17 07:36:10 -06:00
|
|
|
|
|
|
|
|
LL | static mut BAR: () = unsafe { FOO.0 = 99; };
|
2020-03-21 13:47:52 -05:00
|
|
|
| ^^^^^^^^^^ modifying a static's initial value from another static's initializer
|
2018-12-17 07:36:10 -06:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2018-12-17 07:36:10 -06:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0080`.
|