diff options
Diffstat (limited to 'src/mir/check.cpp')
-rw-r--r-- | src/mir/check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir/check.cpp b/src/mir/check.cpp index 072bbe4a..3b9f4c64 100644 --- a/src/mir/check.cpp +++ b/src/mir/check.cpp @@ -446,7 +446,7 @@ void MIR_Validate(const StaticTraitResolve& resolve, const ::HIR::ItemPath& path check_type( ::HIR::TypeRef(::HIR::CoreType::Bool) ); ), (Bytes, - // TODO: Check result + // TODO: Check result (could be either &[u8; N] or &[u8]) ), (StaticString, check_type( ::HIR::TypeRef::new_borrow(::HIR::BorrowType::Shared, ::HIR::CoreType::Str) ); |