We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e60d7e commit aa4683cCopy full SHA for aa4683c
src/test/run-pass/bare-static-string.rs
@@ -0,0 +1,5 @@
1
+fn main() {
2
+ let x: &static/str = "foo";
3
+ io::println(x);
4
+}
5
+
0 commit comments