Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
attributes
/
crate-name-mismatch.stderr
blob: 4021fbe7c181f571f4c04b7aeb086dab9945a504 [
file
] [
log
] [
blame
]
error
:
`--crate-name`
and
`#[crate_name]`
are required to match
,
but
`foo`
!=
`bar`
-->
$DIR
/
crate
-
name
-
mismatch
.
rs
:
5
:
1
|
LL
|
#![crate_name = "bar"]
|
^^^^^^^^^^^^^^^^^^^^^^
error
:
aborting due to
1
previous error