diff options
| author | Jonathan Turner <jturner@mozilla.com> | 2016-07-05 15:24:23 -0400 |
|---|---|---|
| committer | Jonathan Turner <jturner@mozilla.com> | 2016-07-14 07:57:46 -0400 |
| commit | 8f044fae36b73ec4593c127ec2a7c28716208591 (patch) | |
| tree | 926f262cc1c7f8e64d2f9fe858480ea21c7f28b7 /src/librustc_errors/lib.rs | |
| parent | 3c85f414e922b7bf427493211601c0c7bde3a286 (diff) | |
| download | rust-8f044fae36b73ec4593c127ec2a7c28716208591.tar.gz rust-8f044fae36b73ec4593c127ec2a7c28716208591.zip | |
Remove BasicEmitter
Diffstat (limited to 'src/librustc_errors/lib.rs')
| -rw-r--r-- | src/librustc_errors/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_errors/lib.rs b/src/librustc_errors/lib.rs index 18fc826f9aa..100e79b1954 100644 --- a/src/librustc_errors/lib.rs +++ b/src/librustc_errors/lib.rs @@ -423,7 +423,7 @@ impl Handler { registry: Option<registry::Registry>, can_emit_warnings: bool, treat_err_as_bug: bool, - cm: Rc<CodeMapper>) + cm: Option<Rc<CodeMapper>>) -> Handler { let emitter = Box::new(EmitterWriter::stderr(color_config, registry, cm, snippet::FormatMode::EnvironmentSelected)); |
