Skip to content

Commit

Permalink
Update interp_loop.rs (#9456)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain authored Oct 11, 2024
1 parent 292f136 commit ef271bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulley/src/interp/interp_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub fn interpreter_loop(vm: &mut Vm, bytecode: &mut UnsafeBytecodeStream) -> Don
/// when compiling without `#![feature(explicit_tail_calls)]` enabled (via
/// `--cfg pulley_tail_calls`).
///
/// It seems rustc first parses the the function, encounters `become` and emits
/// It seems rustc first parses the function, encounters `become` and emits
/// an error about using an unstable keyword on a stable compiler, then applies
/// `#[cfg(...)` after parsing to disable the function.
///
Expand Down

0 comments on commit ef271bf

Please sign in to comment.