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
After updating unicode-bidi in Debian to version 0.3.8 we noticed that "cargo test --all --all-targets --no-default-features --features serde" now fails with cargo test --all --all-targets --no-default-features --features serde
error[E0599]: no function or associated item named `new` found for struct `BidiInfo` in the current scope
--> src/lib.rs:912:35
|
263 | pub struct BidiInfo<'text> {
| -------------------------- function or associated item `new` not found for this
...
912 | let bidi_info = BidiInfo::new(text, None);
| ^^^ function or associated item not found in `BidiInfo<'_>`
I bisected the regression and found it comes from 94ca198, this seems to be an actual regression, not merely a newly added test.
The text was updated successfully, but these errors were encountered:
mbrubeck
added a commit
to mbrubeck/unicode-bidi
that referenced
this issue
Dec 4, 2022
After updating unicode-bidi in Debian to version 0.3.8 we noticed that "cargo test --all --all-targets --no-default-features --features serde" now fails with cargo test --all --all-targets --no-default-features --features serde
I bisected the regression and found it comes from 94ca198, this seems to be an actual regression, not merely a newly added test.
The text was updated successfully, but these errors were encountered: