Fix a typo in the find_anon_type
doc
This commit is contained in:
parent
247337f409
commit
5091209750
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ use rustc_middle::ty::{self, Region, TyCtxt};
|
||||||
/// { x.push(y); }
|
/// { x.push(y); }
|
||||||
/// ```
|
/// ```
|
||||||
/// The function returns the nested type corresponding to the anonymous region
|
/// The function returns the nested type corresponding to the anonymous region
|
||||||
/// for e.g., `&u8` and Vec<`&u8`.
|
/// for e.g., `&u8` and `Vec<&u8>`.
|
||||||
pub(crate) fn find_anon_type(
|
pub(crate) fn find_anon_type(
|
||||||
tcx: TyCtxt<'tcx>,
|
tcx: TyCtxt<'tcx>,
|
||||||
region: Region<'tcx>,
|
region: Region<'tcx>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue