RFC 248? I think you meant RFC 438.
There ain’t an RFC 248, while 438 looks to be what is being referred to: https://github.com/rust-lang/rfcs/blob/master/text/0438-precedence-of-plus.md
This commit is contained in:
parent
1c2df5cc3c
commit
7f0d2e8a2b
2 changed files with 4 additions and 4 deletions
|
@ -1456,7 +1456,7 @@ impl<'a> Parser<'a> {
|
|||
// clauses (i.e., not when parsing something like
|
||||
// `FnMut() -> T + Send`, where the `+` is legal).
|
||||
if self.token == token::BinOp(token::Plus) {
|
||||
self.warn("deprecated syntax: `()` are required, see RFC 248 for details");
|
||||
self.warn("deprecated syntax: `()` are required, see RFC 438 for details");
|
||||
}
|
||||
|
||||
Return(t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue