Skip to content

Commit

Permalink
Use proc_macro_error2
Browse files Browse the repository at this point in the history
  • Loading branch information
qinheping committed Sep 11, 2024
1 parent 3a481a0 commit 68554df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/kani_macros/src/sysroot/loop_contracts/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//!

use proc_macro::TokenStream;
use proc_macro_error::abort_call_site;
use proc_macro_error2::abort_call_site;
use quote::{format_ident, quote};
use syn::spanned::Spanned;
use syn::{Expr, Stmt};
Expand Down

0 comments on commit 68554df

Please sign in to comment.