granite-rust/compiler/rustc_mir
Alexis Bourget b574c67b93 New rustdoc lint to respect -Dwarnings correctly
This adds a new lint to `rustc` that is used in rustdoc when a code
block is empty or cannot be parsed as valid Rust code.

Previously this was unconditionally a warning. As such some
documentation comments were (unknowingly) abusing this to pass despite
the `-Dwarnings` used when compiling `rustc`, this should not be the
case anymore.
2021-05-17 21:31:01 -04:00
..
src New rustdoc lint to respect -Dwarnings correctly 2021-05-17 21:31:01 -04:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00