We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e08267 commit 3a6b606Copy full SHA for 3a6b606
tests/debuginfo/function-names.rs
@@ -76,9 +76,6 @@
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$a70c39591cb5f53d> (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
83
#![allow(unused_variables)]
84
#![feature(omit_gdb_pretty_printer_section)]
0 commit comments