]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #76794 - richkadel:graphviz-font, r=ecstatic-morse
authorTyler Mandry <tmandry@gmail.com>
Wed, 16 Sep 2020 19:24:30 +0000 (12:24 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Sep 2020 19:24:30 +0000 (12:24 -0700)
commit3bf66ae25f6f84d22e39ac05b4f3623b08132805
tree1047826207d4e05121ee93637bba49f107adbfe9
parentd3c63213a045712fc653427a261b2441e931f3c0
parent3875abe32f6b98449bf2ec99ed210b7b77953703
Rollup merge of #76794 - richkadel:graphviz-font, r=ecstatic-morse

Make graphviz font configurable

Alternative to PR #76776.

To change the graphviz output to use an alternative `fontname` value,
add a command line option like: `rustc --graphviz-font=monospace`.

r? @ecstatic-morse
compiler/rustc_session/src/config.rs
compiler/rustc_session/src/options.rs