File tree 1 file changed +2
-2
lines changed
compiler/rustc_middle/src/ty/query
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ impl<'tcx> TyCtxt<'tcx> {
128
128
pub fn try_print_query_stack ( handler : & Handler , num_frames : Option < usize > ) {
129
129
eprintln ! ( "query stack during panic:" ) ;
130
130
131
- // Be careful reyling on global state here: this code is called from
131
+ // Be careful relying on global state here: this code is called from
132
132
// a panic hook, which means that the global `Handler` may be in a weird
133
133
// state if it was responsible for triggering the panic.
134
134
let mut i = 0 ;
@@ -507,7 +507,7 @@ macro_rules! define_queries_struct {
507
507
( tcx: $tcx: tt,
508
508
input: ( $( ( [ $( $modifiers: tt) * ] [ $( $attr: tt) * ] [ $name: ident] ) ) * ) ) => {
509
509
pub struct Queries <$tcx> {
510
- /// This provides access to the incremental comilation on-disk cache for query results.
510
+ /// This provides access to the incremental compilation on-disk cache for query results.
511
511
/// Do not access this directly. It is only meant to be used by
512
512
/// `DepGraph::try_mark_green()` and the query infrastructure.
513
513
/// This is `None` if we are not incremental compilation mode
You can’t perform that action at this time.
0 commit comments