Rollup merge of #25556 - mdinger:patch-1, r=alexcrichton
This commit is contained in:
commit
5dc886b8ad
@ -23,7 +23,7 @@ Language
|
|||||||
* Digits of binary and octal literals are [lexed more eagerly][lex] to
|
* Digits of binary and octal literals are [lexed more eagerly][lex] to
|
||||||
improve error messages and macro behavior. For example, `0b1234` is
|
improve error messages and macro behavior. For example, `0b1234` is
|
||||||
now lexed as `0b1234` instead of two tokens, `0b1` and `234`.
|
now lexed as `0b1234` instead of two tokens, `0b1` and `234`.
|
||||||
* Trait bounds [are always invariant][inv], eleminating the need for
|
* Trait bounds [are always invariant][inv], eliminating the need for
|
||||||
the `PhantomFn` and `MarkerTrait` lang items, which have been
|
the `PhantomFn` and `MarkerTrait` lang items, which have been
|
||||||
removed.
|
removed.
|
||||||
* ["-" is no longer a valid character in crate names][cr], the `extern crate
|
* ["-" is no longer a valid character in crate names][cr], the `extern crate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user