mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
Rollup merge of #131788 - dufucun:master, r=lqd
Fix mismatched quotation mark
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user