]> git.lizzy.rs Git - rust.git/commit
Address reviewer comments
authorNick Cameron <ncameron@mozilla.com>
Wed, 6 Jan 2016 20:23:01 +0000 (09:23 +1300)
committerNick Cameron <ncameron@mozilla.com>
Fri, 15 Jan 2016 01:49:25 +0000 (14:49 +1300)
commit82f8e5ce84c83b02fbfa720c6841f12db1a55603
tree8ff7529affbf9c7906469fbe37899bef7ef975a2
parent11dcb48c6a99e84952de3b7d5c1f6928d7b05867
Address reviewer comments

[breaking-change]

`OptLevel` variants are no longer `pub use`ed by rust::session::config. If you are using these variants, you must change your code to prefix the variant name with `OptLevel`.
src/librustc/session/config.rs
src/librustc/session/mod.rs
src/librustc_driver/lib.rs
src/test/run-make/json-errors/Makefile
src/test/run-make/json-errors/foo.rs