Remove "#![feature(plugin)]" in the test".
This commit is contained in:
parent
4bbda68d56
commit
0928168a79
3 changed files with 18 additions and 23 deletions
|
|
@ -39,7 +39,6 @@ impl StaticConst {
|
|||
match ty.node {
|
||||
// Be carefull of nested structures (arrays and tuples)
|
||||
TyKind::Array(ref ty, _) => {
|
||||
println!("array");
|
||||
self.visit_type(&*ty, cx);
|
||||
},
|
||||
TyKind::Tup(ref tup) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue