]> git.lizzy.rs Git - rust.git/commit
Use absolute path to FullRange, rather than assuming it is in the prelude
authorNick Cameron <ncameron@mozilla.com>
Wed, 28 Jan 2015 01:27:28 +0000 (14:27 +1300)
committerNick Cameron <ncameron@mozilla.com>
Thu, 29 Jan 2015 23:00:20 +0000 (12:00 +1300)
commita9d465fec902588b71937de96e66d160d2adebf5
treef82484ce9849bd594796f0fcb1e2c51722b87a53
parent7ea93abfb2c11111496d6e1f5b82fc21c2da27ad
Use absolute path to FullRange, rather than assuming it is in the prelude

Closes #21263

[breaking-change]

If you are using `core::ops::FullRange` you should change to using `core::ops::RangeFull`
src/libcore/lib.rs
src/libsyntax/parse/parser.rs
src/libsyntax/parse/token.rs