We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c993e commit a861b19Copy full SHA for a861b19
compiler/rustc_middle/src/ty/query.rs
@@ -328,8 +328,9 @@ macro_rules! define_callbacks {
328
329
Providers {
330
$($name: |_, key| bug!(
331
- "`tcx.{}({:?})` is not supported for {} crate;\n
332
- hint: Queries can be either made to the local crate, or the external crate. This error means you tried to use it for one that's not supported.\n
+ "`tcx.{}({:?})` is not supported for {} crate;\n\
+ hint: Queries can be either made to the local crate, or the external crate. \
333
+ This error means you tried to use it for one that's not supported.\n\
334
If that's not the case, {} was likely never assigned to a provider function.\n",
335
stringify!($name),
336
key,
0 commit comments