The following should error, but doesn't: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=5dfa889a16a936338aa5d346ced567d5 This is in a test, but doesn't have a FIXME: https://github.com/rust-lang/rust/blob/51126be1b260216b41143469086e6e6ee567647e/src/test/ui/generic-associated-types/self-outlives-lint.rs#L141 <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_ASSIGN_START --> <!-- TRIAGEBOT_ASSIGN_DATA_START$${"user":"compiler-errors"}$$TRIAGEBOT_ASSIGN_DATA_END --> <!-- TRIAGEBOT_ASSIGN_END --> <!-- TRIAGEBOT_END -->
The following should error, but doesn't: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=5dfa889a16a936338aa5d346ced567d5
This is in a test, but doesn't have a FIXME:
rust/src/test/ui/generic-associated-types/self-outlives-lint.rs
Line 141 in 51126be