There was an error while loading. Please reload this page.
1 parent 23fced0 commit d962bebCopy full SHA for d962beb
tests/ui/issues/116729.rs
@@ -0,0 +1,8 @@
1
+//@ check-pass
2
+//@ rustc-env:CARGO_CRATE_NAME=build_script_build
3
+//@ compile-flags:-Cremark=all -Cdebuginfo=1
4
+//@ compile-flags:--crate-name=build_script_build
5
+
6
+fn main() {
7
+ _ = "".split('.');
8
+}
0 commit comments