]> git.lizzy.rs Git - rust.git/blob - src/test/ui/allocator/allocator-args.stderr
Make some diagnostics not depend on the source of what they reference being available
[rust.git] / src / test / ui / allocator / allocator-args.stderr
1 error: malformed `global_allocator` attribute input
2   --> $DIR/allocator-args.rs:10:1
3    |
4 LL | #[global_allocator(malloc)]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[global_allocator]`
6
7 error: aborting due to previous error
8