We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab59a3 commit 3db3fa0Copy full SHA for 3db3fa0
src/monomorph_pass.rs
@@ -28,7 +28,7 @@ impl MonomorphPass {
28
/// This performs a demand-driven monomorphization, only specializing
29
/// generic functions that are actually called with concrete types.
30
///
31
- /// Returns all declarations (original + specialized).
+ /// Returns all reached function declarations and other declarations.
32
pub fn monomorphize(
33
&mut self,
34
decls: &DeclTable,
0 commit comments