Skip to content

Commit

Permalink
Rollup merge of #131788 - dufucun:master, r=lqd
Browse files Browse the repository at this point in the history
Fix mismatched quotation mark
  • Loading branch information
matthiaskrgr authored Oct 16, 2024
2 parents 75f418f + 682bca3 commit 06cd22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/mir/mir-inlining/always-encode-mirs.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Regression test for MIR inlining with -Zalways-encode-mir enabled in the auxiliary crate.
// Previously we inlined function not eligible for inlining which lead to linking error:
// undefined reference to `internal::S'
// undefined reference to `internal::S`
//
//@ aux-build:internal.rs
//@ build-pass
Expand Down

0 comments on commit 06cd22c

Please sign in to comment.