Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
crate-name-mismatch.stderr
blob: 96618570d8fb66291325b6c63a60f1a168ed2785 [
file
] [
log
] [
blame
]
error
:
`--crate-name`
and
`#[crate_name]`
are required to match
,
but
`foo`
!=
`bar`
-->
$DIR
/
crate
-
name
-
mismatch
.
rs
:
3
:
1
|
LL
|
#![crate_name = "bar"]
|
^^^^^^^^^^^^^^^^^^^^^^
error
:
aborting due to previous error