about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-07-11 22:39:06 +0200
committerGitHub <noreply@github.com>2022-07-11 22:39:06 +0200
commit7151aaf94004915a50a70eaecfe76e4b0a33bade (patch)
treee03371255ecc947ec2f11be455eae95e49ac3f33 /compiler/rustc_interface/src
parentd89c18355455ec1542b1ee78f684cd4baed663e7 (diff)
parent5c6560f2d5c9a286ac389a9c81e5a6be94e01aa4 (diff)
downloadrust-7151aaf94004915a50a70eaecfe76e4b0a33bade.tar.gz
rust-7151aaf94004915a50a70eaecfe76e4b0a33bade.zip
Rollup merge of #99124 - compiler-errors:issue-99122, r=oli-obk
Fix sized check ICE in asm check

Fixes (beta nominated, so doesn't close) #99122

1. Moves a check for unresolved inference variables to _before_ other checks that could possibly ICE. We're not changing behavior here, just doing the same thing earlier in the function.
2. Erases region variables in sized check (which are not resolved at this point) because rustc will also ICE when region vars are passed to a query which does not canonicalize them.
Diffstat (limited to 'compiler/rustc_interface/src')
0 files changed, 0 insertions, 0 deletions