]> git.proxmox.com Git - rustc.git/blame - src/test/ui/allocator/allocator-args.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / allocator / allocator-args.stderr
CommitLineData
416331ca
XL
1error: malformed `global_allocator` attribute input
2 --> $DIR/allocator-args.rs:10:1
3 |
4LL | #[global_allocator(malloc)]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#[global_allocator]`
6
7error: aborting due to previous error
8