Skip to content

Commit 355f77e

Browse files
committed
rustc: Remove cnames for now
1 parent 3ec3b02 commit 355f77e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/comp/middle/ty.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,8 @@ fn mk_ctxt(session::session s, resolve::def_map dm,
428428

429429

430430
// Type constructors
431-
fn mk_raw_ty(&ctxt cx, &sty st, &option::t[str] cname) -> raw_t {
431+
fn mk_raw_ty(&ctxt cx, &sty st, &option::t[str] in_cname) -> raw_t {
432+
auto cname = none;
432433
auto h = hash_type_info(st, cname);
433434
let bool has_params = false;
434435
let bool has_vars = false;

0 commit comments

Comments
 (0)