Skip to content

Commit

Permalink
Remove panic::Location::<'a>::caller from skippable functions (mode…
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws authored and tedinski committed Apr 25, 2022
1 parent 858dbc8 commit 1411bfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/rustc_codegen_rmc/src/codegen/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ impl<'tcx> GotocCtx<'tcx> {
"fmt::ArgumentV1::<'a>::as_usize" => true,
// https://github.com/model-checking/rmc/issues/204
name if name.ends_with("__getit") => true,
// https://github.com/model-checking/rmc/issues/205
"panic::Location::<'a>::caller" => true,
// https://github.com/model-checking/rmc/issues/281
name if name.starts_with("bridge::client") => true,
// https://github.com/model-checking/rmc/issues/282
Expand Down

0 comments on commit 1411bfa

Please sign in to comment.