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 becfe5c commit 18bb912Copy full SHA for 18bb912
src/librustc_interface/queries.rs
@@ -316,11 +316,6 @@ impl Linker {
316
}
317
318
impl Compiler {
319
- // This method is different to all the other methods in `Compiler` because
320
- // it lacks a `Queries` entry. It's also not currently used. It does serve
321
- // as an example of how `Compiler` can be used, with additional steps added
322
- // between some passes. And see `rustc_driver::run_compiler` for a more
323
- // complex example.
324
pub fn enter<'c, F, T>(&'c self, f: F) -> Result<T>
325
where F: FnOnce(Queries<'c>) -> Result<T>
326
{
0 commit comments