]> git.lizzy.rs Git - rust.git/blobdiff - src/test/debuginfo/type-names.rs
Various minor/cosmetic improvements to code
[rust.git] / src / test / debuginfo / type-names.rs
index c89c0e4e7584db623479aac2cd666a28e00433a3..8b4b10ad23c9052009895116cf7238bc0905e798 100644 (file)
@@ -11,9 +11,6 @@
 // ignore-tidy-linelength
 // ignore-lldb
 // ignore-gdb // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
-// ignore-android: FIXME(#24958)
-// ignore-arm: FIXME(#24958)
-// ignore-aarch64: FIXME(#24958)
 
 // compile-flags:-g
 
@@ -283,7 +280,7 @@ fn generic_function<T>(x: T) -> T { x }
 }
 
 // In many of the cases below, the type that is actually under test is wrapped
-// in a tuple, e.g. Box<T>, references, raw pointers, fixed-size vectors, ...
+// in a tuple, e.g., Box<T>, references, raw pointers, fixed-size vectors, ...
 // This is because GDB will not print the type name from DWARF debuginfo for
 // some kinds of types (pointers, arrays, functions, ...)
 // Since tuples are structs as far as GDB is concerned, their name will be