runtimeverification/stable-mir-json
在 GitHub 查看Graph Improvements: Removing `lang-start` component from graph
Open
#109 创建于 2025年11月23日
good first issue
仓库指标
- Star
- (10 star)
- PR 合并指标
- (PR 指标待抓取)
描述
Rust allows you to choose a start function other than "main", however by default "main" is the start function. There is code prior to invoking the start function to determine what it is. Often this is uninteresting to us, so it would be good to add a flag to optionally remove it from the graph.