Fix mismatched quotation mark
This commit is contained in:
parent
0037048da8
commit
682bca30cc
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
// Regression test for MIR inlining with -Zalways-encode-mir enabled in the auxiliary crate.
|
// 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:
|
// 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
|
//@ aux-build:internal.rs
|
||||||
//@ build-pass
|
//@ build-pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue