You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am fully aware that this feature just landed for internal experimentation only. So if this bug isn't an actual bug or is simply out of scope, feel free to close this issue :)
The text was updated successfully, but these errors were encountered:
I am going to recommend against messing with negative bounds for now. They are an internal-facing, incomplete, very buggy, and unintuitive feature that's mostly there for us to make internal test cases. I can fix this case specifically because why not, but I don't think it's super useful reporting more bugs like this.
I tried this code:
I expected to see this happen: Should compile (because this isn't a cycle due to the negative bound).
Instead, this happened: errors with
Meta
rustc --version --verbose
:I am fully aware that this feature just landed for internal experimentation only. So if this bug isn't an actual bug or is simply out of scope, feel free to close this issue :)
The text was updated successfully, but these errors were encountered: