]> git.lizzy.rs Git - rust.git/commit
Auto merge of #37431 - jseyfried:refactor_crate_config, r=eddyb
authorbors <bors@rust-lang.org>
Sun, 30 Oct 2016 13:51:30 +0000 (06:51 -0700)
committerGitHub <noreply@github.com>
Sun, 30 Oct 2016 13:51:30 +0000 (06:51 -0700)
commit6062e7ed3d81cb3bd535993e9b14269924b76c29
tree9f4e4f85f826d75fd1295dc010622e8af5bc6ef8
parentaef5ca5590a23799396aa656bd303731c9d96531
parentcbd24757eb4daf95ebfb0c361216dbaeef5af830
Auto merge of #37431 - jseyfried:refactor_crate_config, r=eddyb

Move `CrateConfig` from `Crate` to `ParseSess`

This is a syntax-[breaking-change]. Most breakage can be fixed by removing a `CrateConfig` argument.
r? @eddyb
src/librustc_driver/driver.rs
src/librustdoc/core.rs