mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 11:38:01 +00:00
We now lint on code like this:
```rust
fn main() {
fn foo() {};
struct Bar {};
}
```
Previously, this caused warnings in Cargo, so it was disabled.