When checking if two empty hir blocks are equal also check to see if the tokens used are the same as well

This commit is contained in:
Jason Newcomb
2021-03-04 11:06:24 -05:00
parent ff51964102
commit 39c5e86337
4 changed files with 130 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ extern crate rustc_errors;
extern crate rustc_hir;
extern crate rustc_hir_pretty;
extern crate rustc_infer;
extern crate rustc_lexer;
extern crate rustc_lint;
extern crate rustc_middle;
extern crate rustc_mir;