Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
mismatched-braces
/
missing-close-brace-in-struct.rs
blob: 88bc72576877ea7f7ec9062f73049c32bc1e6fc9 [
file
] [
log
] [
blame
] [
edit
]
pub
(
crate
)
struct
Bar
<
T
>
{
foo
:
T
,
trait
T
{
fn
foo
(&
self
);
}
impl
T
for
Bar
<
usize
>
{
fn
foo
(&
self
)
{}
}
fn
main
()
{}
//~ ERROR this file contains an unclosed delimiter