]> git.lizzy.rs Git - rust.git/commit
skip the uninhabitated check and comments
authorGus Wynn <guswynn@gmail.com>
Sat, 11 Sep 2021 19:06:05 +0000 (12:06 -0700)
committerGus Wynn <guswynn@gmail.com>
Sat, 11 Sep 2021 19:10:06 +0000 (12:10 -0700)
commit74ea16301e2e6fb96ac8414761cf227775e64dfd
tree5bbaa2232ffa96371ce0555199d7dadf8740d0e1
parent67ee91e77e8106357df63fc2d4b6f04f36ccd2da
skip the uninhabitated check and comments
12 files changed:
compiler/rustc_lint_defs/src/builtin.rs
compiler/rustc_passes/src/check_attr.rs
compiler/rustc_typeck/src/check/generator_interior.rs
src/test/ui/lint/must_not_suspend/boxed.rs
src/test/ui/lint/must_not_suspend/feature-gate-must_not_suspend.rs
src/test/ui/lint/must_not_suspend/other_items.rs [new file with mode: 0644]
src/test/ui/lint/must_not_suspend/other_items.stderr [new file with mode: 0644]
src/test/ui/lint/must_not_suspend/return.rs
src/test/ui/lint/must_not_suspend/return.stderr
src/test/ui/lint/must_not_suspend/trait.rs
src/test/ui/lint/must_not_suspend/unit.rs
src/test/ui/lint/must_not_suspend/warn.rs