Skip to content

Commit 8d9f1ba

Browse files
committed
Remove a FIXME
1 parent 26f0cd5 commit 8d9f1ba

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/librustc_resolve/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1844,11 +1844,6 @@ impl<'a, 'tcx> Resolver<'a, 'tcx> {
18441844
visit::walk_ty_param_bounds_helper(this, bounds);
18451845

18461846
for trait_item in trait_items {
1847-
// Create a new rib for the trait_item-specific type
1848-
// parameters.
1849-
//
1850-
// FIXME #4951: Do we need a node ID here?
1851-
18521847
match trait_item.node {
18531848
ast::ConstTraitItem(_, ref default) => {
18541849
// Only impose the restrictions of

0 commit comments

Comments
 (0)