]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/unboxed-closures-unique-type-id.rs
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closure|Gener...
[rust.git] / src / test / run-pass / unboxed-closures-unique-type-id.rs
index 40071ec9754e2617bcda034310e6c48b16ca29d6..c95885518ea2f44d7cd83ee98a86e06d27d7e9bd 100644 (file)
@@ -12,7 +12,7 @@
 //
 //    error: internal compiler error: get_unique_type_id_of_type() -
 //    unexpected type: closure,
-//    TyClosure(syntax::ast::DefId{krate: 0, node: 66},
+//    Closure(syntax::ast::DefId{krate: 0, node: 66},
 //    ReScope(63))
 //
 // This is a regression test for issue #17021.