diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-06-20 06:05:27 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-06-20 09:23:20 +1000 |
| commit | b5a5647ee0f8af226fcc44a3e6b054fc758a785e (patch) | |
| tree | 0e964e7a00971ef4d57675545446ec25779af98a | |
| parent | 9981d61cdbaf4cdcfca8cb5ca953144f2294cc84 (diff) | |
Move an `EMIT_MIR` comment.
This belongs on a function, not a `use` declaration.
| -rw-r--r-- | tests/mir-opt/issue_76432.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/issue_76432.rs b/tests/mir-opt/issue_76432.rs index be5ccbd49e2..0daeb85434f 100644 --- a/tests/mir-opt/issue_76432.rs +++ b/tests/mir-opt/issue_76432.rs @@ -3,9 +3,9 @@ //@ compile-flags: -Zmir-enable-passes=-NormalizeArrayLen // Check that we do not insert StorageDead at each target if StorageDead was never seen -// EMIT_MIR issue_76432.test.SimplifyComparisonIntegral.diff use std::fmt::Debug; +// EMIT_MIR issue_76432.test.SimplifyComparisonIntegral.diff fn test<T: Copy + Debug + PartialEq>(x: T) { let v: &[T] = &[x, x, x]; match v { |
