mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-10 14:57:14 +00:00
rustc: Remove FIXME (see #4949)
This commit is contained in:
parent
21720a09de
commit
120c5503a6
@ -2249,9 +2249,6 @@ impl Resolver {
|
||||
|
||||
// We need to resolve both namespaces for this to succeed.
|
||||
//
|
||||
// FIXME #4949: See if there's some way of handling namespaces in
|
||||
// a more generic way. We have two of them; it seems worth
|
||||
// doing...
|
||||
|
||||
let mut value_result = UnknownResult;
|
||||
let mut type_result = UnknownResult;
|
||||
|
Loading…
Reference in New Issue
Block a user