Rollup merge of #99241 - danbev:intrinsics-comment, r=fee1-dead
Remove comment referring to constness.rs This commit removes the comment in emulate_intrinsic, which is currently referring to `src/librustc_middle/ty/constness.rs`.
This commit is contained in:
commit
6dae197afa
1 changed files with 0 additions and 2 deletions
|
@ -132,8 +132,6 @@ impl<'mir, 'tcx: 'mir, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
|
||||||
Some(p) => p,
|
Some(p) => p,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Keep the patterns in this match ordered the same as the list in
|
|
||||||
// `src/librustc_middle/ty/constness.rs`
|
|
||||||
match intrinsic_name {
|
match intrinsic_name {
|
||||||
sym::caller_location => {
|
sym::caller_location => {
|
||||||
let span = self.find_closest_untracked_caller_location();
|
let span = self.find_closest_untracked_caller_location();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue