Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
similar-tokens.stderr
blob: 7070232c1423a61ed7d7734c662e347be2c83de1 [
file
] [
log
] [
blame
] [
edit
]
error
:
expected one of
`,`
,
`::`
,
`as`
,
or
`}`
,
found
`.`
-->
$DIR
/
similar
-
tokens
.
rs
:
9
:
10
|
LL
|
use
x
::{
A
.
B
};
|
^
|
|
|
expected one of
`,`
,
`::`
,
`as`
,
or
`}`
|
help
:
missing
`,`
error
:
aborting due to
1
previous error