Skip to content

Commit fc43b27

Browse files
authored
Unrolled build for rust-lang#131788
Rollup merge of rust-lang#131788 - dufucun:master, r=lqd Fix mismatched quotation mark
2 parents bed75e7 + 682bca3 commit fc43b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)