We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bcf0c commit 951797aCopy full SHA for 951797a
tests/debuginfo/function-names.rs
@@ -76,7 +76,7 @@
76
// Const generic parameter
77
// cdb-command:x a!function_names::const_generic_fn*
78
// cdb-check:[...] a!function_names::const_generic_fn_bool<false> (void)
79
-// cdb-check:[...] a!function_names::const_generic_fn_non_int<CONST#[...]> (void)
+// cdb-check:[...] a!function_names::const_generic_fn_non_int<CONST$[...]> (void)
80
// cdb-check:[...] a!function_names::const_generic_fn_unsigned_int<14> (void)
81
// cdb-check:[...] a!function_names::const_generic_fn_signed_int<-7> (void)
82
0 commit comments