diff options
author | John Hodge <tpg@mutabah.net> | 2016-07-16 15:15:32 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-07-16 15:15:32 +0800 |
commit | 4647df8723e286ef9783db6b88caa72ebecff130 (patch) | |
tree | 6ab46ea98d7729f95c65b1b699a53f94922f9a69 /src/hir_conv/bind.cpp | |
parent | 994058985d7946dad24393a6f267f33d0b86a5fd (diff) | |
download | mrust-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.cpp | 2 |
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, ), |