diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2021-07-15 11:08:37 +0200 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2021-07-15 12:21:05 +0200 |
| commit | bdd09c39212260cd7500a2dab1bfc0b96ef53b5b (patch) | |
| tree | 0990c7600df5121d93ce794cf8a5081d911abb87 /src/test/debuginfo/function-names.rs | |
| parent | e6e1e095ffc3cd6f305a2470b1e162680e678014 (diff) | |
| download | rust-bdd09c39212260cd7500a2dab1bfc0b96ef53b5b.tar.gz rust-bdd09c39212260cd7500a2dab1bfc0b96ef53b5b.zip | |
[debuginfo] Make use of spaces and separators in debuginfo names more uniform.
Diffstat (limited to 'src/test/debuginfo/function-names.rs')
| -rw-r--r-- | src/test/debuginfo/function-names.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/debuginfo/function-names.rs b/src/test/debuginfo/function-names.rs index 20a49f0bd26..28ab176ba50 100644 --- a/src/test/debuginfo/function-names.rs +++ b/src/test/debuginfo/function-names.rs @@ -52,21 +52,21 @@ // cdb-command:x a!function_names::*::impl_function* // cdb-check:[...] a!function_names::Mod1::TestStruct2::impl_function (void) // cdb-check:[...] a!function_names::TestStruct1::impl_function (void) -// cdb-check:[...] a!function_names::GenericStruct<i32, i32>::impl_function<i32, i32> (void) +// cdb-check:[...] a!function_names::GenericStruct<i32,i32>::impl_function<i32,i32> (void) // Trait implementations // cdb-command:x a!function_names::*::trait_function* // cdb-check:[...] a!function_names::impl$3::trait_function<i32> (void) +// cdb-check:[...] a!function_names::impl$6::trait_function<i32,1> (void) // cdb-check:[...] a!function_names::impl$1::trait_function (void) -// cdb-check:[...] a!function_names::impl$6::trait_function<i32, 1> (void) // cdb-check:[...] a!function_names::impl$5::trait_function3<function_names::TestStruct1> (void) // cdb-check:[...] a!function_names::Mod1::impl$1::trait_function (void) // Closure // cdb-command:x a!function_names::*::closure* +// cdb-check:[...] a!function_names::impl$2::impl_function::closure$0<i32,i32> (void) // cdb-check:[...] a!function_names::main::closure$0 (void) // cdb-check:[...] a!function_names::generic_func::closure$0<i32> (void) -// cdb-check:[...] a!function_names::impl$2::impl_function::closure$0<i32, i32> (void) // Generator // cdb-command:x a!function_names::*::generator* |
