1
Fork 0

Change std::kinds to std::markers; flatten std::kinds::marker

[breaking-change]
This commit is contained in:
Nick Cameron 2015-01-06 14:03:46 +13:00
parent 6539cb417f
commit 503709708c
154 changed files with 635 additions and 623 deletions

View file

@ -10,7 +10,7 @@
// Verifies all possible restrictions for statics values.
use std::kinds::marker;
use std::markers;
struct WithDtor;