fix
This commit is contained in:
parent
e01c3b8211
commit
99f3e889b1
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@
|
||||||
//! consider non-generic items, an empty type-substitution set. (In eager
|
//! consider non-generic items, an empty type-substitution set. (In eager
|
||||||
//! collection mode, during incremental compilation, all non-generic functions
|
//! collection mode, during incremental compilation, all non-generic functions
|
||||||
//! are considered as roots, as well as when the `-Clink-dead-code` option is
|
//! are considered as roots, as well as when the `-Clink-dead-code` option is
|
||||||
//! specified. Functions marked `#[no_mangle]` also always act as roots.)
|
//! specified. Functions marked `#[no_mangle]` and functions called by inlinable
|
||||||
|
//! functions also always act as roots.)
|
||||||
//!
|
//!
|
||||||
//! ### Finding neighbor nodes
|
//! ### Finding neighbor nodes
|
||||||
//! Given a mono item node, we can discover neighbors by inspecting its
|
//! Given a mono item node, we can discover neighbors by inspecting its
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue