Skip to content

Commit 682bca3

Browse files
authored
Fix mismatched quotation mark
1 parent 0037048 commit 682bca3

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)