Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
mismatched-braces
/
missing-close-brace-in-trait.stderr
blob: a2fb698c80f65822b04d3c421f5e6769ab04e06e [
file
] [
log
] [
blame
] [
edit
]
error
:
this
file contains an unclosed delimiter
-->
$DIR
/
missing
-
close
-
brace
-
in
-
trait
.
rs
:
11
:
65
|
LL
|
trait T
{
|
-
unclosed delimiter
...
LL
|
fn main
()
{}
|
^
error
:
aborting due to
1
previous error