mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Tests alphabetical ordering of #![feature(...)]
This commit is contained in:
parent
877d7166db
commit
c4cb3f345b
2 changed files with 22 additions and 0 deletions
14
python/tidy/servo_tidy_tests/lib.rs
Normal file
14
python/tidy/servo_tidy_tests/lib.rs
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#![feature(def)]
|
||||
#![feature(abc)]
|
||||
|
||||
#![feature(abc, def, ghi)]
|
||||
#![feature(aaa)]
|
||||
|
||||
#![feature(def, ghi, abc)]
|
||||
|
||||
#![feature(ghi)]
|
||||
#![feature(abd, hef)]
|
Loading…
Add table
Add a link
Reference in a new issue