2020-01-12 00:00:00 +00:00
|
|
|
error: invalid argument for `no_sanitize`
|
|
|
|
|
--> $DIR/invalid-no-sanitize.rs:3:15
|
|
|
|
|
|
|
|
|
|
|
LL | #[no_sanitize(brontosaurus)]
|
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
2022-11-21 21:29:00 -08:00
|
|
|
= note: expected one of: `address`, `cfi`, `hwaddress`, `kcfi`, `memory`, `memtag`, `shadow-call-stack`, or `thread`
|
2020-01-12 00:00:00 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-01-12 00:00:00 +00:00
|
|
|
|