Rollup merge of #131788 - dufucun:master, r=lqd

Fix mismatched quotation mark
This commit is contained in:
Matthias Krüger 2024-10-16 19:18:33 +02:00 committed by GitHub
commit 06cd22ceab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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