runtimeverification/stable-mir-json

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

Open

#109 aberto em 23 de nov. de 2025

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (5 forks)auto 404
good first issue

Métricas do repositório

Stars
 (10 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador