about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-08-16 19:58:58 +0200
committerGitHub <noreply@github.com>2024-08-16 19:58:58 +0200
commitf04d25fa91103a885d124e6e8384d92358847e0c (patch)
tree6cfdbb431386fef6e0bd70c8fade3840ef5dd8bf /compiler/rustc_llvm/llvm-wrapper
parent19d32e4e236ff6eaf71ac4e3a927e5f90ecd2a26 (diff)
parentcd2b0309cc948a54a7bdbc3050b0d7d6b0826f93 (diff)
downloadrust-f04d25fa91103a885d124e6e8384d92358847e0c.tar.gz
rust-f04d25fa91103a885d124e6e8384d92358847e0c.zip
Rollup merge of #129042 - Jaic1:fix-116308, r=BoxyUwU
Special-case alias ty during the delayed bug emission in `try_from_lit`

This PR tries to fix #116308.

A delayed bug in `try_from_lit` will not be emitted so that the compiler will not ICE when it sees the pair `(ast::LitKind::Int, ty::TyKind::Alias)` in `lit_to_const` (called from `try_from_lit`).

This PR is related to an unstable feature `adt_const_params` (#95174).

r? ``@BoxyUwU``
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper')
0 files changed, 0 insertions, 0 deletions