index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
parser
/
suggest-removing-semicolon-after-impl-trait-items.fixed
blob: 63704735490faa9890e37d9ec496ac3085b6e985 (
plain
)
1
2
3
4
5
6
7
// run-rustfix trait Foo { fn bar() {} //~ ERROR non-item in item list } fn main() {}