We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94f711 commit d9c3720Copy full SHA for d9c3720
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 251cbaba63871e6bb4908f8f07344e8bab250e76
+refs/heads/master: c75125fcce8618229ca973dc3360ffa8c6cb9648
trunk/src/comp/middle/metadata.rs
@@ -228,6 +228,7 @@ mod Encode {
228
w.write_str(common::uistr(id));
229
}
230
case (ty::ty_type) {w.write_char('Y');}
231
+ case (ty::ty_task) {w.write_char('a');}
232
233
// These two don't appear in crate metadata, but are here because
234
// `hash_ty()` uses this function.
0 commit comments