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
The signed int_suffix path does not permit int_suffix_size to be omitted, although the parser does allow this.
I've gone over the lexer in libsyntax and I have not yet come across anything else that does not match the docs, but it would be good to get these in order for the benefit of those of us writing syntax highlighters for our editors, and the like. I'll have a patch up soon.
The text was updated successfully, but these errors were encountered:
caitp
pushed a commit
to caitp/rust
that referenced
this issue
May 30, 2013
Refactor: organize loops file into loops module (Delegated)
`@flip1995` `@nahuakang`
closesrust-lang#6693
r? `@flip1995`
As we talked about in the PM of Zulip, this PR is a delegated PR from `@nahuakang.`
Changes from the last commit of rust-lang#6693:
1. Unify the name of the main entries of all modules to check, that was pointed out [here](rust-lang/rust-clippy#6693 (comment))
2. Simplify ` check_for_loop_arg`, that was pointed out [here](rust-lang/rust-clippy#6693 (comment)) and [here](rust-lang/rust-clippy#6693 (comment))
3. Resolve conflicts
changelog: Refactor `loops.rs` file into `loops` module.
From: https://github.com/mozilla/rust/blob/cd2eb4701fc16e7acd6934759be043b1f7e5586d/doc/rust.md#number-literals
This description of the grammar has at least two errors:
exponent
or'.' dec_lit
must be present according to the diagram.int_suffix
path does not permitint_suffix_size
to be omitted, although the parser does allow this.I've gone over the lexer in libsyntax and I have not yet come across anything else that does not match the docs, but it would be good to get these in order for the benefit of those of us writing syntax highlighters for our editors, and the like. I'll have a patch up soon.
The text was updated successfully, but these errors were encountered: