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 0931e20 commit d821e98Copy full SHA for d821e98
src/librustc/session/mod.rs
@@ -522,7 +522,7 @@ impl Session {
522
duration_to_secs_str(self.perf_stats.decode_def_path_tables_time.get()));
523
}
524
525
- /// We want to know if we're allowed to do an optimization for crate crate.
+ /// We want to know if we're allowed to do an optimization for crate foo from -z fuel=foo=n.
526
/// This expends fuel if applicable, and records fuel if applicable.
527
pub fn consider_optimizing<T: Fn() -> String>(&self, crate_name: &str, msg: T) -> bool {
528
let mut ret = true;
0 commit comments