We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c4c18 commit c9cf73fCopy full SHA for c9cf73f
src/rustc/middle/ty.rs
@@ -246,7 +246,7 @@ enum sty {
246
247
ty_type, // type_desc*
248
ty_send_type, // type_desc* that has been cloned into exchange heap
249
- ty_opaque_box, // used by monomorphizer to represend any @ box
+ ty_opaque_box, // used by monomorphizer to represent any @ box
250
ty_constr(t, [@type_constr]),
251
ty_opaque_closure_ptr(closure_kind), // ptr to env for fn, fn@, fn~
252
}
0 commit comments