Rollup merge of #97105 - JulianKnodt:const_dep_gen_const_expr, r=lcnr
Add tests for lint on type dependent on consts r? `@lcnr`
This commit is contained in:
commit
89bdbd0294
6 changed files with 246 additions and 136 deletions
|
@ -20,6 +20,7 @@
|
|||
#![feature(label_break_value)]
|
||||
#![feature(let_chains)]
|
||||
#![feature(let_else)]
|
||||
#![feature(if_let_guard)]
|
||||
#![feature(never_type)]
|
||||
#![recursion_limit = "512"] // For rustdoc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue