Elektrine lite

← Feed

@Aissen@social.treehouse.systems

Post #1333813

2026-03-27 14:10 UTC

Within a crate, order is mostly independent (except macros), but the crate graph is definitely order-dependent. This leads to a very small crate (6 lines) in the rustc dependency graph, done only to prevent circular dependencies. #RustInParis

Replies (1)

  • At RustNL 2024, the RFC on Externally Implementable Functions was discussed. It led to a few discussions, and then another RFC which changed the goal to externally implement static insteads, which has less safety impacts, but does not allow unsafe. Then it led to a third RFC for externally implementable traits. At the time, no one knew the best way forward, and no code had been implemented yet. #RustInParis

    Open ##1333814