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 45e7b89 commit 0492c75Copy full SHA for 0492c75
src/test/run-pass/class-attributes-1.rs
@@ -1,6 +1,6 @@
1
// pp-exact - Make sure we actually print the attributes
2
3
-class cat {
+struct cat {
4
#[cat_maker]
5
new(name: ~str) { self.name = name; }
6
#[cat_dropper]
0 commit comments