File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
librustc_mir/borrow_check Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
//! fn foo<'a, 'b, 'c: 'b>() { }
6
6
//! ```
7
7
//!
8
- //! here we would be returning a map assigning each of `{'a, 'b, 'c}`
8
+ //! here we would return a map assigning each of `{'a, 'b, 'c}`
9
9
//! to an index, as well as the `FreeRegionMap` which can compute
10
10
//! relationships between them.
11
11
//!
Original file line number Diff line number Diff line change 6
6
//!
7
7
//! There are several functions and structs in this module that have a
8
8
//! counterpart ending in `os`. Those ending in `os` will return an [`OsString`]
9
- //! and those without will be returning a [`String`].
9
+ //! and those without will return a [`String`].
10
10
//!
11
11
//! [`OsString`]: ../../std/ffi/struct.OsString.html
12
12
//! [`String`]: ../string/struct.String.html
You can’t perform that action at this time.
0 commit comments