Skip to content

Commit 3db3fa0

Browse files
committed
update comment
1 parent 0ab59a3 commit 3db3fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monomorph_pass.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ impl MonomorphPass {
2828
/// This performs a demand-driven monomorphization, only specializing
2929
/// generic functions that are actually called with concrete types.
3030
///
31-
/// Returns all declarations (original + specialized).
31+
/// Returns all reached function declarations and other declarations.
3232
pub fn monomorphize(
3333
&mut self,
3434
decls: &DeclTable,

0 commit comments

Comments
 (0)