rust/tests/ui/object-lifetime
Alan Egerton c43a33eec7
Feed ErrorGuaranteed from late lifetime resolution to RBV
If late lifetime resolution fails for whatever reason, forward to RBV
the guarantee that an error was emitted - thereby eliminating the need
for a "hack" to suppress subsequent/superfluous error diagnostics.
2026-02-13 16:24:39 +00:00
..
object-lifetime-default-ambiguous.rs Modernize diagnostic for indeterminate trait object lifetime bounds 2026-02-06 14:57:09 +01:00
object-lifetime-default-ambiguous.stderr Modernize diagnostic for indeterminate trait object lifetime bounds 2026-02-06 14:57:09 +01:00
object-lifetime-default-default-to-static.rs Diagnose liveness on MIR. 2025-10-11 20:50:21 +00:00
object-lifetime-default-dyn-binding-nonstatic1.rs Modernize diagnostic for indeterminate trait object lifetime bounds 2026-02-06 14:57:09 +01:00
object-lifetime-default-dyn-binding-nonstatic1.stderr Modernize diagnostic for indeterminate trait object lifetime bounds 2026-02-06 14:57:09 +01:00
object-lifetime-default-dyn-binding-nonstatic2.rs Modernize diagnostic for indeterminate trait object lifetime bounds 2026-02-06 14:57:09 +01:00
object-lifetime-default-dyn-binding-nonstatic2.stderr Modernize diagnostic for indeterminate trait object lifetime bounds 2026-02-06 14:57:09 +01:00
object-lifetime-default-dyn-binding-nonstatic3.rs Modernize diagnostic for indeterminate trait object lifetime bounds 2026-02-06 14:57:09 +01:00
object-lifetime-default-dyn-binding-nonstatic3.stderr Modernize diagnostic for indeterminate trait object lifetime bounds 2026-02-06 14:57:09 +01:00
object-lifetime-default-dyn-binding-static.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
object-lifetime-default-elision.rs Replace elided_named_lifetimes with mismatched_lifetime_syntaxes 2025-06-04 10:40:04 -04:00
object-lifetime-default-elision.stderr Replace elided_named_lifetimes with mismatched_lifetime_syntaxes 2025-06-04 10:40:04 -04:00
object-lifetime-default-from-box-error.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
object-lifetime-default-from-box-error.stderr Make E0621 missing lifetime suggestion verbose 2025-06-09 19:55:00 +00:00
object-lifetime-default-from-ref-struct.rs Diagnose liveness on MIR. 2025-10-11 20:50:21 +00:00
object-lifetime-default-from-rptr-box-error.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
object-lifetime-default-from-rptr-box-error.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
object-lifetime-default-from-rptr-box.rs Diagnose liveness on MIR. 2025-10-11 20:50:21 +00:00
object-lifetime-default-from-rptr-mut.rs Diagnose liveness on MIR. 2025-10-11 20:50:21 +00:00
object-lifetime-default-from-rptr-struct-error.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
object-lifetime-default-from-rptr-struct-error.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
object-lifetime-default-from-rptr-struct.rs Diagnose liveness on MIR. 2025-10-11 20:50:21 +00:00
object-lifetime-default-from-rptr.rs Diagnose liveness on MIR. 2025-10-11 20:50:21 +00:00
object-lifetime-default-inferred.rs Diagnose liveness on MIR. 2025-10-11 20:50:21 +00:00
object-lifetime-default-mybox.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
object-lifetime-default-mybox.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
object-lifetime-default.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
object-lifetime-default.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
undeclared-object-lifetime.rs Feed ErrorGuaranteed from late lifetime resolution to RBV 2026-02-13 16:24:39 +00:00
undeclared-object-lifetime.stderr Feed ErrorGuaranteed from late lifetime resolution to RBV 2026-02-13 16:24:39 +00:00