We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01c3b8 commit 99f3e88Copy full SHA for 99f3e88
compiler/rustc_mir/src/monomorphize/collector.rs
@@ -66,7 +66,8 @@
66
//! consider non-generic items, an empty type-substitution set. (In eager
67
//! collection mode, during incremental compilation, all non-generic functions
68
//! are considered as roots, as well as when the `-Clink-dead-code` option is
69
-//! specified. Functions marked `#[no_mangle]` also always act as roots.)
+//! specified. Functions marked `#[no_mangle]` and functions called by inlinable
70
+//! functions also always act as roots.)
71
//!
72
//! ### Finding neighbor nodes
73
//! Given a mono item node, we can discover neighbors by inspecting its
0 commit comments