Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
attributes
/
crate-name-mismatch.stderr
blob: 6416ad2d41a76d8eae8903c079903e5e0d771c44 [
file
] [
log
] [
blame
]
error
:
`--crate-name`
and
`#[crate_name]`
are required to match
,
but
`foo`
!=
`bar`
-->
$DIR
/
crate
-
name
-
mismatch
.
rs
:
5
:
17
|
LL
|
#![crate_name = "bar"]
|
^^^^^
error
:
aborting due to
1
previous error