runtimeverification/stable-mir-json

Graph Improvements: Removing `lang-start` component from graph

Open

#109 创建于 2025年11月23日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Rust (5 fork)auto 404
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.

贡献者指南