rust/tests/ui/extern-flag/invalid-crate-name-dashed.stderr
2023-09-20 18:50:40 +02:00

5 lines
176 B
Plaintext

error: crate name `my-awesome-library` passed to `--extern` is not a valid ASCII identifier
|
= help: consider replacing the dashes with underscores: `my_awesome_library`