aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/bug_12907.v
AgeCommit message (Collapse)Author
2020-08-26Modify lia to work with -mangle-namesJasper Hugunin
We used to be refreshing the names for intros but not using the refreshed names. The same pattern of `intro_using` (which is what `intros ?name` effectively is) messing things up as in coq/coq#12881.