Can you show functions used in doctests, or the doctests themselves? #164
Answered
by
pacak
schuelermine
asked this question in
Q&A
-
I have a crate that defines generic functions that don’t get monomorphized except for in doctests. Can I get the assembly for functions monomorphized in doctests using this tool? |
Beta Was this translation helpful? Give feedback.
Answered by
pacak
Apr 25, 2023
Replies: 1 comment
-
Not at the moment, doctests are compiled in some special way and I haven't look into extracting this too. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
schuelermine
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not at the moment, doctests are compiled in some special way and I haven't look into extracting this too.