You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//~^^^^ HELP items from traits can only be used if the trait is implemented and in scope; the following traits define an item `is_empty`, perhaps you need to implement one of them:
21
+
//~^^ HELP #1: `std::iter::ExactSizeIterator`
22
+
//~^^^ HELP #2: `core::slice::SliceExt`
23
+
//~^^^^ HELP #3: `core::str::StrExt`
24
+
//~^^^^^ HELP items from traits can only be used if the trait is implemented and in scope; the following traits define an item `is_empty`, perhaps you need to implement one of them:
0 commit comments