mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
d766c239bd
Allow a unique name to be assigned to dataflow graphviz output Previously, if the same analysis were invoked multiple times in a single compilation session, the graphviz output for later runs would overwrite that of previous runs. Allow callers to add a unique identifier to each run so this can be avoided.