Skip to content

Commit 06cd22c

Browse files
authoredOct 16, 2024··
Rollup merge of #131788 - dufucun:master, r=lqd
Fix mismatched quotation mark
2 parents 75f418f + 682bca3 commit 06cd22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎tests/ui/mir/mir-inlining/always-encode-mirs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Regression test for MIR inlining with -Zalways-encode-mir enabled in the auxiliary crate.
22
// Previously we inlined function not eligible for inlining which lead to linking error:
3-
// undefined reference to `internal::S'
3+
// undefined reference to `internal::S`
44
//
55
//@ aux-build:internal.rs
66
//@ build-pass

0 commit comments

Comments
 (0)
Please sign in to comment.