about summary refs log tree commit diff
path: root/compiler/rustc_session/src/config/externs
AgeCommit message (Collapse)AuthorLines
2025-04-15Add unstable foo::bar extern command line argumentsEric Holk-0/+92
Also refactors some of the crate name parsing code and adds unit tests Issue #122349 Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>