mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
fix
This commit is contained in:
parent
e01c3b8211
commit
99f3e889b1
@ -66,7 +66,8 @@
|
||||
//! consider non-generic items, an empty type-substitution set. (In eager
|
||||
//! collection mode, during incremental compilation, all non-generic functions
|
||||
//! 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
|
||||
//! Given a mono item node, we can discover neighbors by inspecting its
|
||||
|
Loading…
Reference in New Issue
Block a user