Skip to content

Commit

Permalink
Link to the closed StableMIR PR
Browse files Browse the repository at this point in the history
  • Loading branch information
artemagvanian committed Jul 29, 2024
1 parent 50ef746 commit bd7e960
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kani-compiler/src/kani_middle/transform/internal_mir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

//! This file contains conversions between from stable MIR data structures to its internal
//! counterparts. This is primarily done to facilitate using dataflow analysis, which does not yet
//! support StableMIR.
//! support StableMIR. We tried to contribute this back to StableMIR, but faced some push back since
//! other maintainers wanted to keep the conversions minimal. For more information, see
//! https://github.com/rust-lang/rust/pull/127782

use rustc_middle::ty::{self as rustc_ty, TyCtxt};
use rustc_smir::rustc_internal::internal;
Expand Down

0 comments on commit bd7e960

Please sign in to comment.