mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 05:34:45 +00:00
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
error: invalid `sym` operand
|
|
--> $DIR/tainting-on-error.rs:9:13
|
|
|
|
|
LL | sym None::<()>,
|
|
| ^^^^^^^^^^^^^^ is an `Option<()>`
|
|
|
|
|
= help: `sym` operands must refer to either a function or a static
|
|
|
|
error: aborting due to 1 previous error
|
|
|