diff options
Diffstat (limited to 'gcc/rust/backend')
-rw-r--r-- | gcc/rust/backend/rust-compile-base.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/backend/rust-compile-base.cc b/gcc/rust/backend/rust-compile-base.cc index 3e97109..5b618b5 100644 --- a/gcc/rust/backend/rust-compile-base.cc +++ b/gcc/rust/backend/rust-compile-base.cc @@ -816,7 +816,7 @@ HIRCompileBase::resolve_method_address (TyTy::FnType *fntype, rust_assert (ok); // found rust_assert (trait_item_ref->is_optional ()); // has definition - // FIXME Optional means it has a definition and an associated + // FIXME tl::optional means it has a definition and an associated // block which can be a default implementation, if it does not // contain an implementation we should actually return // error_mark_node |