summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/export-fully-qualified.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/export-fully-qualified.rs')
-rw-r--r--tests/ui/resolve/export-fully-qualified.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/resolve/export-fully-qualified.rs b/tests/ui/resolve/export-fully-qualified.rs
index 4e73a2c54..9d4daf4cd 100644
--- a/tests/ui/resolve/export-fully-qualified.rs
+++ b/tests/ui/resolve/export-fully-qualified.rs
@@ -1,3 +1,5 @@
+// edition:2015
+
// In this test baz isn't resolved when called as foo.baz even though
// it's called from inside foo. This is somewhat surprising and may
// want to change eventually.