Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
7ec1de062a1aadef0293bb65e71fbcc7cc24ebfd
/
.
/
src
/
test
/
ui
/
hygiene
/
arguments.stderr
blob: d072086e086d69d4411deaa1ba5cf97053af0db8 [
file
] [
log
] [
blame
]
error
[
E0412
]:
cannot find type
`S`
in
this
scope
-->
$DIR
/
arguments
.
rs
:
16
:
8
|
LL
|
m
!(
S
,
S
);
|
^
not
found
in
this
scope
error
:
aborting due to previous error
For
more information about
this
error
,
try
`rustc --explain E0412`
.