Oli Scherer
a04ac26a9d
Allow type_of to return partially non-error types if the type was already tainted
2024-05-28 11:55:20 +00:00
Gary Guo
cfee72aa24
Fix tests and bless
2024-04-24 13:12:33 +01:00
Gurinder Singh
c30e15aded
Fail candidate assembly for erroneous types
...
Trait predicates for types which have errors may still
evaluate to OK leading to downstream ICEs. Now we return
a selection error for such types in candidate assembly and
thereby prevent such issues
2024-04-16 12:42:48 +05:30
Matthias Krüger
d7e166d408
add test for ice "type mismatching when copying!"
...
Fixes #112824
2024-03-22 08:31:01 +01:00
许杰友 Jieyou Xu (Joe)
ec2cc761bc
[AUTO-GENERATED] Migrate ui tests from //
to //@
directives
2024-02-16 20:02:50 +00:00
Ralf Jung
4e77e368eb
unstably allow constants to refer to statics and read from immutable statics
2024-02-10 16:12:55 +01:00
Alona Enraght-Moony
6e956c0a38
Rename and add another test
2023-11-28 23:17:28 +00:00
bors
49b3924bd4
Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviper
...
Update the minimum external LLVM to 16.
With this change, we'll have stable support for LLVM 16 and 17.
For reference, the previous increase to LLVM 15 was #114148
[Relevant zulip discussion](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/riscv.20forced-atomics )
2023-11-27 21:54:03 +00:00
Nilstrieb
41e8d152dc
Show number in error message even for one error
...
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00
Dario Nieuwenhuis
7de6d04bc8
Update the minimum external LLVM to 16.
2023-11-21 22:40:16 +01:00
Michael Goulet
a30ad3a5a6
Don't resolve generic instances if they may be shadowed by dyn
2023-09-19 05:42:23 +00:00
Ralf Jung
0c595440e3
add test for issue #111353
2023-08-06 15:06:40 +02:00
Ralf Jung
09c71a5547
add test for issue #96944
2023-08-06 15:01:48 +02:00
Ralf Jung
9d3e35ceaa
Add tests for #102403 and #113407
2023-07-26 13:31:54 -04:00
Ralf Jung
6fcf165586
move some const-prop tests to appropriate folder
2023-04-28 14:42:03 +02:00
Ralf Jung
25e9b79060
interpret: fail more gracefully on uninit unsized locals
2023-04-28 14:42:03 +02:00
bors
f211da7101
Auto merge of #109792 - cjgillot:reachable-lint, r=oli-obk
...
Only visit reachable blocks in ConstProp lint.
Fixes https://github.com/rust-lang/rust/issues/78803
Fixes https://github.com/rust-lang/rust/issues/109731
2023-04-06 03:05:47 +00:00
Camille GILLOT
7d47a910eb
Only visit reachable blocks in ConstProp lint.
2023-04-05 19:34:38 +00:00
Yuki Okushi
b8e90766b5
Add regression test for #86351
...
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2023-04-05 22:47:33 +09:00
Albert Larsan
cf2dff2b1e
Move /src/test to /tests
2023-01-11 09:32:08 +00:00