Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
extern-flag
/
invalid-crate-name-dashed.stderr
blob: 5da1c4bb20a3740069d7d2cb3eec58149018bb7d [
file
] [
log
] [
blame
] [
edit
]
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`