File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ pub fn provide(providers: &mut Providers) {
190
190
fn fubar <'cx , 'tcx >(tcx : TyCtxt <'cx , 'tcx >, key : DefId ) -> Fubar <'tcx > { .. }
191
191
```
192
192
193
- NB . Most of the ` rustc_* ` crates only provide ** local
193
+ N.B . Most of the ` rustc_* ` crates only provide ** local
194
194
providers** . Almost all ** extern providers** wind up going through the
195
195
[ ` rustc_metadata ` crate] [ rustc_metadata ] , which loads the information from the crate
196
196
metadata. But in some cases there are crates that provide queries for
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ The `sty` field (the origin of this name is unclear to me; perhaps
102
102
structural type?) is of type ` TypeVariants<'tcx> ` , which is an enum
103
103
defining all of the different kinds of types in the compiler.
104
104
105
- > NB: inspecting the ` sty ` field on types during type inference can be
105
+ > N.B. inspecting the ` sty ` field on types during type inference can be
106
106
> risky, as there may be inference variables and other things to
107
107
> consider, or sometimes types are not yet known that will become
108
108
> known later.).
You can’t perform that action at this time.
0 commit comments