runtimeverification/stable-mir-json
View on GitHubGraph Improvements: Removing `lang-start` component from graph
Open
#109 opened on Nov 23, 2025
good first issue
Repository metrics
- Stars
- (10 stars)
- PR merge metrics
- (PR metrics pending)
Description
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.