]> git.lizzy.rs Git - rust.git/commit
Use TypeckResults::expr_ty instead of TyCtxt::type_of to fix "Not a type" ICE
authorYoshitomo Nakanishi <yurayura.rounin.3@gmail.com>
Sat, 27 Feb 2021 12:52:15 +0000 (21:52 +0900)
committerYoshitomo Nakanishi <yurayura.rounin.3@gmail.com>
Sat, 27 Feb 2021 13:57:29 +0000 (22:57 +0900)
commitbdeec5dbd6e484cec26039cb795193ab044cf4d9
tree70bea6f06c2025cddafe38255b820c162055e27c
parent7154b2360114977cd67bb844114cf429fa9cdb88
Use TypeckResults::expr_ty instead of TyCtxt::type_of to fix "Not a type" ICE
clippy_lints/src/default_numeric_fallback.rs
clippy_lints/src/inconsistent_struct_constructor.rs
tests/ui/crashes/ice-6792.rs [new file with mode: 0644]