David Wood
1fd13fddba
tests: add #![rustc_no_implicit_bounds]
...
After reviewing all tests with `?Sized` and discussing with lcnr, these
tests seem like they could probably benefit from
`#![rustc_no_implicit_bounds]`.
2025-06-27 05:34:08 +00:00
Michael Goulet
decd7ecd1e
Deeply normalize obligations in BestObligation
2025-04-10 18:58:04 +00:00
lcnr
01795b14f0
change definitely non-productive cycles to error
2025-03-05 10:06:43 +01:00
lcnr
919b61a6f4
don't bail when encountering many placeholders
2024-10-21 17:51:43 +02:00
lcnr
b64b25b99e
normalizes-to disable infer var check
2024-10-21 16:25:42 +02:00
lcnr
a7b114420c
add tests
2024-10-01 17:20:31 +02:00
lcnr
a6aeba83be
update tests
2024-09-20 14:57:58 +00:00
Michael Goulet
d3e510eb9d
Don't ICE because recomputing overflow goals during find_best_leaf_obligation causes inference side-effects
2024-05-16 10:00:11 -04:00
Michael Goulet
34e91ece90
Higher ranked goal source, do overflow handling less badly
2024-05-02 21:56:14 -04:00
Michael Goulet
3e03b1b190
Use a proof tree visitor to refine the Obligation for error reporting
2024-05-02 21:56:14 -04:00
lcnr
f26e1e8b63
NormalizesTo
return nested goals
2024-03-18 15:53:16 +01:00
lcnr
5ec9b8d778
distinguish recursion limit based overflow for diagnostics
...
also change the number of allowed fixpoint steps to be fixed instead
of using the `log` of the total recursion depth.
2024-02-29 10:14:02 +01:00
许杰友 Jieyou Xu (Joe)
ec2cc761bc
[AUTO-GENERATED] Migrate ui tests from //
to //@
directives
2024-02-16 20:02:50 +00:00
Esteban Küber
8b0ab54ffe
review comment: change wording
2024-02-01 03:31:03 +00:00
lcnr
0d71860368
bye bye assemble_candidates_via_self_ty
2024-01-29 14:32:06 +01:00
lcnr
a39a2f73d6
next-solver: normalize in LoweredTy::from_raw
2024-01-26 15:54:57 +01:00
Michael Goulet
68c2f11240
Remove special-casing around aliaskind in new solver
2024-01-11 16:54:11 +00:00
lcnr
4a38442c90
dont discard overflow from normalizes-to goals
2023-12-18 09:01:54 +01:00
lcnr
0947070871
consistently use "next solver" instead of "new solver"
2023-12-14 15:22:37 +01:00