2019-07-18 16:24:58 -05:00
|
|
|
error: malformed `global_allocator` attribute input
|
|
|
|
--> $DIR/allocator-args.rs:10:1
|
|
|
|
|
|
|
|
|
LL | #[global_allocator(malloc)]
|
2019-07-18 18:10:36 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[global_allocator]`
|
2019-07-18 16:24:58 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2019-07-18 16:24:58 -05:00
|
|
|
|