You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To test the MIR extraction and parser infrastructure on more real-world input, a collection of small Rust programs should be added to discover regressions in the processing chain. This also means integrating smir_pretty into mir-semantics, as we don't want to check in the intermediate stable-MIR artefacts which are still subject to changes.
To test the MIR extraction and parser infrastructure on more real-world input, a collection of small Rust programs should be added to discover regressions in the processing chain. This also means integrating
smir_pretty
intomir-semantics
, as we don't want to check in the intermediate stable-MIR artefacts which are still subject to changes.textual-mir
branchsmir_pretty
into integration test setupnix
(if all repos are nix-ready) orgit submodule
andmake
(for now)smir_pretty
run and successful parse of the result)The text was updated successfully, but these errors were encountered: