Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
parser
/
mismatched-braces
/
missing-close-brace-in-impl-trait.rs
blob: 79de98d8b8cd3534e09f5a92e5df4f2f03451ed1 [
file
] [
log
] [
blame
]
fn
main
()
{}
impl
T
for
()
{
fn
foo
(&
self
)
{}
trait
T
{
fn
foo
(&
self
);
}
pub
(
crate
)
struct
Bar
<
T
>();
//~ ERROR this file contains an unclosed delimiter