summaryrefslogtreecommitdiffstats
path: root/tests/ui/extern-flag/invalid-crate-name-dashed.stderr
blob: 5da1c4bb20a3740069d7d2cb3eec58149018bb7d (plain)
1
2
3
4
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`