Skip to content

Commit 120c550

Browse files
committed
rustc: Remove FIXME (see #4949)
1 parent 21720a0 commit 120c550

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/librustc/middle/resolve.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2249,9 +2249,6 @@ impl Resolver {
22492249

22502250
// We need to resolve both namespaces for this to succeed.
22512251
//
2252-
// FIXME #4949: See if there's some way of handling namespaces in
2253-
// a more generic way. We have two of them; it seems worth
2254-
// doing...
22552252

22562253
let mut value_result = UnknownResult;
22572254
let mut type_result = UnknownResult;

0 commit comments

Comments
 (0)