-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crate-private type Outlines<'_>
in public interface
#44
Comments
Hi, Would it be possible to fix this and create a new release please? This currently broke iced framework and my local app. I can create PR for it if needed, but it looks that the change is simple to remove Thank you! |
Please see if #45 fixes this. |
Thank you, but it looks that I still have a problem, this time:
So the same problem for struct |
BTW I have the same issues if I clone this repo and run |
@klangner what rustc version do you have? I can't reproduce it on rustc 1.74 (still want to fix it to continue working with older versions) |
I've verified that #46 fixes that issue, and allows building with rustc as old as 1.65 |
I have 1.72.1 I can upgrade if this will solve this problem. I can also make fork fix it and send PR if you want. BTW there are also several warnings during the build.
|
Before #46 it will build with rustc as old as 1.74, after, it will build with rustc as old as 1.65. |
I think there is a bug in 0.1.10:
Outlines
should bepub
I guess instead ofpub(crate)
.The text was updated successfully, but these errors were encountered: