Skip to content

Commit

Permalink
Tidy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FractalFir committed May 15, 2024
1 parent b31634c commit 95096d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compiler/rustc_target/src/abi/call/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -778,10 +778,10 @@ impl RiscvInterruptKind {

/// Metadata describing how the arguments to a native function
/// should be passed in order to respect the native ABI.
///
///
/// The signature represented by this type may not match the MIR function signature.
/// Certain attributes, like `#[track_caller]` can introduce additional arguments, which are present in [`FnAbi`], but not in[`rustc_middle::ty::FnSig`].
/// While this difference is rarely relevant, it should still be kept in mind.
/// Certain attributes, like `#[track_caller]` can introduce additional arguments, which are present in [`FnAbi`], but not in[`rustc_middle::ty::FnSig`].
/// While this difference is rarely relevant, it should still be kept in mind.
///
/// I will do my best to describe this structure, but these
/// comments are reverse-engineered and may be inaccurate. -NDM
Expand Down

0 comments on commit 95096d4

Please sign in to comment.