runtimeverification/stable-mir-json

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

Open

#109 ouverte le 23 nov. 2025

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Rust (5 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (10 stars)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur