diff options
| author | bors <bors@rust-lang.org> | 2023-12-26 07:22:44 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-12-26 07:22:44 +0000 |
| commit | 4658d3816c8b103f0333aef93d2f36f0bf638338 (patch) | |
| tree | 30e459f85746867f972df360431022e4eb4c036e /compiler/rustc_query_impl/src | |
| parent | 1754946b3ed693834bb79760169e528277fd98d2 (diff) | |
| parent | 236ae9905a08ff697ddb35261795ad76a1fd3336 (diff) | |
| download | rust-4658d3816c8b103f0333aef93d2f36f0bf638338.tar.gz rust-4658d3816c8b103f0333aef93d2f36f0bf638338.zip | |
Auto merge of #3241 - rust-lang:rustup-2023-12-26, r=RalfJung
Automatic Rustup
Diffstat (limited to 'compiler/rustc_query_impl/src')
| -rw-r--r-- | compiler/rustc_query_impl/src/plumbing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_impl/src/plumbing.rs b/compiler/rustc_query_impl/src/plumbing.rs index acd3d71e636..0971f2d75da 100644 --- a/compiler/rustc_query_impl/src/plumbing.rs +++ b/compiler/rustc_query_impl/src/plumbing.rs @@ -167,7 +167,7 @@ impl QueryContext for QueryCtxt<'_> { limit => limit * 2, }; - self.sess.emit_fatal(QueryOverflow { + self.sess.dcx().emit_fatal(QueryOverflow { span, layout_of_depth, suggested_limit, |
