1
Fork 0

adjust tests

This commit is contained in:
Ralf Jung 2020-04-22 10:21:32 +02:00
parent 1fce20340a
commit 6a8cf4a17c
175 changed files with 270 additions and 176 deletions

View file

@ -1,7 +1,7 @@
// run-pass
#![feature(const_generics)]
//~^ WARN the feature `const_generics` is incomplete and may cause the compiler to crash
//~^ WARN the feature `const_generics` is incomplete
pub fn function_with_str<const STRING: &'static str>() -> &'static str {
STRING