mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
error: allocators must be statics
|
|
--> $DIR/issue-83469-global-alloc-invalid-stmt.rs:7:5
|
|
|
|
|
LL | fn inner() {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|