about summary refs log tree commit diff
path: root/tests/mir-opt/dataflow.main.maybe_uninit.borrowck.dot
AgeCommit message (Collapse)AuthorLines
2025-05-27switch dataflow test to a maybe-uninit analysisRémy Rakic-0/+6
This mir-opt test used the maybe-init dataflow analysis but it's now lazy and doesn't emit the graphviz graph when it's not needed anymore.