1
Fork 0

Add a const-generics folder to rustdoc tests

This commit is contained in:
varkor 2019-05-28 22:53:36 +01:00
parent 35ce2abf21
commit 7f9dc73a31

View file

@ -1,8 +1,9 @@
#![feature(const_generics)]
#![crate_name = "foo"]
// ignore-tidy-linelength
#![feature(const_generics)]
#![crate_name = "foo"]
pub enum Order {
Sorted,
Unsorted,