We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3b11f commit 57e4f1dCopy full SHA for 57e4f1d
src/bin/miri.rs
@@ -97,7 +97,7 @@ struct MiriBeRustCompilerCalls {
97
impl rustc_driver::Callbacks for MiriBeRustCompilerCalls {
98
fn config(&mut self, config: &mut Config) {
99
if config.opts.prints.is_empty() && self.target_crate {
100
- // Queries overriden here affects the data stored in `rmeta` files of dependencies,
+ // Queries overriden here affect the data stored in `rmeta` files of dependencies,
101
// which will be used later in non-`MIRI_BE_RUSTC` mode.
102
config.override_queries = Some(|_, local_providers, _| {
103
// `exported_symbols()` provided by rustc always returns empty result if
0 commit comments