summaryrefslogtreecommitdiff
path: root/src/ast/attrs.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-10-03 21:03:27 +0800
committerJohn Hodge <tpg@mutabah.net>2018-10-03 21:03:27 +0800
commit8adb6f6acf4fd5d2ebf527d749cf77faaf889b65 (patch)
tree405f6b6e6844428c1d43d754701416dbe4b5bebb /src/ast/attrs.hpp
parente42b7877ac1f7c173d42600b220b1f50a143b9b4 (diff)
parentbd3d69813cc54439fdc0db33943fa1254db3df06 (diff)
downloadmrust-8adb6f6acf4fd5d2ebf527d749cf77faaf889b65.tar.gz
Merge branch 'master' into nightly-1.29
Diffstat (limited to 'src/ast/attrs.hpp')
-rw-r--r--src/ast/attrs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/attrs.hpp b/src/ast/attrs.hpp
index 860e75ee..a15b4175 100644
--- a/src/ast/attrs.hpp
+++ b/src/ast/attrs.hpp
@@ -114,7 +114,7 @@ public:
)
)
}
- Attribute& operator=(const Attribute&& ) = delete;
+ Attribute& operator=(const Attribute& ) = delete;
Attribute(Attribute&& ) = default;
Attribute& operator=(Attribute&& ) = default;
Attribute clone() const;