]> git.lizzy.rs Git - rust.git/commit
Move command line option definitions into a dedicated file
authorVictor Ding <victording@google.com>
Tue, 17 Dec 2019 12:22:55 +0000 (23:22 +1100)
committerVictor Ding <victording@google.com>
Fri, 20 Dec 2019 07:14:35 +0000 (18:14 +1100)
commit83fc600a28044f8384bbce437c3251620f869254
tree93927a1b7a6ed0ca28bbf9c9d7f1a6864f62846a
parent696735f71b4408302ba166d148e9d474c51416d2
Move command line option definitions into a dedicated file

config.rs has reached the 3000 line tidy limit, this commit moves
command line option definitions into a new file - options.rs,  and
leaves the rest of configuration infrastructure in config.rs.
src/librustc_session/config.rs
src/librustc_session/lib.rs
src/librustc_session/options.rs [new file with mode: 0644]