Skip to content

Commit 99f3e88

Browse files
authored
fix
1 parent e01c3b8 commit 99f3e88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/rustc_mir/src/monomorphize/collector.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
//! consider non-generic items, an empty type-substitution set. (In eager
6767
//! collection mode, during incremental compilation, all non-generic functions
6868
//! 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.)
69+
//! specified. Functions marked `#[no_mangle]` and functions called by inlinable
70+
//! functions also always act as roots.)
7071
//!
7172
//! ### Finding neighbor nodes
7273
//! Given a mono item node, we can discover neighbors by inspecting its

0 commit comments

Comments
 (0)