`while (i >= 0u)` cost a morning. We should add a warning for this.
Activity
brson commentedon Mar 5, 2012
We have some functions for evaluating const expressions, I believe in
ast_util
that could be used for this.catamorphism commentedon Mar 15, 2012
Also see #1417
veddan commentedon Oct 24, 2012
Some simple cases can be handled by #3833.
graydon commentedon Nov 21, 2012
Type limits catches this case. If others show up we're not catching, we can look at them as they arise. Closing.
Merge pull request rust-lang#342 from RalfJung/mir-validate
Merge pull request rust-lang#342 from knight42/getpw
Merge pull request rust-lang#342 from rust-lang/load-store
Fix dyn trait _fail tests compilation errors (rust-lang#342)
Merge subtree update for toolchain nightly-2025-04-24 (rust-lang#342)