Skip to content

Commit 8f36057

Browse files
ahicks92alexcrichton
authored andcommitted
Make a comment better.
1 parent 197e529 commit 8f36057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ impl Session {
519519
duration_to_secs_str(self.perf_stats.decode_def_path_tables_time.get()));
520520
}
521521

522-
/// We want to know if we're allowed to do an optimization for crate crate.
522+
/// We want to know if we're allowed to do an optimization for crate foo from -z fuel=foo=n.
523523
/// This expends fuel if applicable, and records fuel if applicable.
524524
pub fn consider_optimizing<T: Fn() -> String>(&self, crate_name: &str, msg: T) -> bool {
525525
let mut ret = true;

0 commit comments

Comments
 (0)