mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +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
|
||
|
|