Incorrect default object lifetime bounds in 1.34.2 #61179
Labels
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This compiles under 1.34.2, but shouldn't. This doesn't compile in 1.34.0. It appears that the lifetime bounds where assumed to be
'static
in 1.34.2.Option<&mut (dyn Bar +'static)>
.The text was updated successfully, but these errors were encountered: