diff options
| author | Jaic1 <506933131@qq.com> | 2024-08-13 16:21:58 +0800 |
|---|---|---|
| committer | Jaic1 <506933131@qq.com> | 2024-08-16 08:37:19 +0800 |
| commit | cd2b0309cc948a54a7bdbc3050b0d7d6b0826f93 (patch) | |
| tree | 4a11ed258bc217d48b6a8595c697456553c0abbb /tests | |
| parent | 2c93fabd98d2c183bcb3afed1f7d51b2517ac5ed (diff) | |
| download | rust-cd2b0309cc948a54a7bdbc3050b0d7d6b0826f93.tar.gz rust-cd2b0309cc948a54a7bdbc3050b0d7d6b0826f93.zip | |
Special-case alias ty in `try_from_lit`
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui/const-generics/adt_const_params/116308.rs (renamed from tests/crashes/116308.rs) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/crashes/116308.rs b/tests/ui/const-generics/adt_const_params/116308.rs index cb96c80d79b..9ea7022e29c 100644 --- a/tests/crashes/116308.rs +++ b/tests/ui/const-generics/adt_const_params/116308.rs @@ -1,6 +1,8 @@ -//@ known-bug: #116308 +//@ check-pass #![feature(adt_const_params)] +// Regression test for #116308 + pub trait Identity { type Identity; } |
