vcombey / fallible_collections

impl fallible collections in rust, quite as describe in RFC 2116
Apache License 2.0
31 stars 14 forks source link

Now, unstable feature works again ! #38

Closed bmickael closed 1 year ago

bmickael commented 1 year ago

The issue remains that the unstable features and rust_1_57 pose problems when used together...

Look at the file boxed.rs line 66: fn alloc(layout: Layout) -> Result<NonNull, TryReserveError> { ... } What do you put in the cfg if you want to add rust_1_57? No matter how I look at the problem, no solution seems logical... rust_1_57 relies on a partial use of stabilization...

So I've decided to ban the combined use of these two features.

bmickael commented 1 year ago

Cool :)

Envoyé avec la messagerie sécurisée Proton Mail.

------- Original Message ------- Le mardi 13 juin 2023 à 1:30 PM, vcombey @.***> a écrit :

Merged #38 into master.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>