@Aissen@social.treehouse.systems
Post #1333812
2026-03-27 14:08 UTC
It's not only a technical talk, but it starts with a technical discussion order independent name resolution, which Rust has, but not C for example.
#RustInParis
Replies (1)
-
@Aissen@social.treehouse.systems 2026-03-27 14:10
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