Elektrine lite

← Feed

@cehteh@karlsruhe-social.de

Post #2227753

2025-11-19 11:50 UTC

@Mara@hachyderm.io I'd even be in favor of .or_abort(), having panic=abort a build configuration and not an API is a misfeature imo (of course .or_panic() could stay as well)

Replies (1)

  • @zwarich@hachyderm.io 2025-11-19 20:24

    @cehteh@karlsruhe-social.de @Mara@hachyderm.io panic=abort should be specified by each crate and a panic=abort crate should not compile as a dependency of a non-(panic=abort) target

    Open ##2227754