summaryrefslogtreecommitdiff
path: root/src/hir_conv/bind.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-07-16 15:15:32 +0800
committerJohn Hodge <tpg@mutabah.net>2016-07-16 15:15:32 +0800
commit4647df8723e286ef9783db6b88caa72ebecff130 (patch)
tree6ab46ea98d7729f95c65b1b699a53f94922f9a69 /src/hir_conv/bind.cpp
parent994058985d7946dad24393a6f267f33d0b86a5fd (diff)
downloadmrust-4647df8723e286ef9783db6b88caa72ebecff130.tar.gz
HIR Typecheck - HACK: Correct trait type selection with evil
Diffstat (limited to 'src/hir_conv/bind.cpp')
-rw-r--r--src/hir_conv/bind.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hir_conv/bind.cpp b/src/hir_conv/bind.cpp
index ab561085..7addeb5b 100644
--- a/src/hir_conv/bind.cpp
+++ b/src/hir_conv/bind.cpp
@@ -253,7 +253,7 @@ namespace {
)
),
(UfcsUnknown,
- TODO(sp, "Should UfcsKnown be encountered here?");
+ //TODO(sp, "Should UfcsKnown be encountered here?");
),
(UfcsInherent,
),