Skip to content

Commit

Permalink
Fix mismatched quotation mark
Browse files Browse the repository at this point in the history
  • Loading branch information
dufucun authored Oct 16, 2024
1 parent 0037048 commit 682bca3
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 682bca3

Please sign in to comment.