Skip to content

Commit 361a9b0

Browse files
committed
Fix inaccurate comment.
1 parent 357920a commit 361a9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/middle/ty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ type ctxt =
235235

236236
// Stores the types for various nodes in the AST. Note that this table
237237
// is not guaranteed to be populated until after typeck. See
238-
// typeck::fn_ctxt for details.
238+
// typeck::check::fn_ctxt for details.
239239
node_types: node_type_table,
240240

241241
// Stores the type parameters which were substituted to obtain the type

0 commit comments

Comments
 (0)