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
Throwing together a test playground indicates that the issue could be #38260, but if so I'm not sure why it was building on 1.27. I'm installing 1.27 locally right now to check.
Yeah, I get the same error when running the tests with 1.27 locally:
error: `self` no longer imports values
--> bs58-rs/src/decode.rs:150:19
|
150 | use decode::{ self, DecodeError };
| ^^^^
|
= note: #[deny(legacy_imports)] on by default
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #38260 <https://github.com/rust-lang/rust/issues/38260>
That test code doesn't make sense to me... but it was working in 1.27 somehow.
The text was updated successfully, but these errors were encountered: