mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Automatically verify that derive() lists are alphabetically ordered
This commit is contained in:
parent
16c1446137
commit
ab73f3d61d
3 changed files with 15 additions and 0 deletions
|
@ -21,6 +21,7 @@ extern crate webrender_api;
|
|||
extern crate style_traits;
|
||||
|
||||
#[foo = "bar,baz"]
|
||||
#[derive(Copy,Debug, ComputeSquaredDistance)]
|
||||
impl test {
|
||||
|
||||
fn test_fun(y:f32)->f32{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue