rust/src/test/ui/const-generics
2019-05-04 14:39:43 +01:00
..
cannot-infer-const-args.rs Add a test for const args that cannot be inferred 2019-05-01 23:11:20 +01:00
cannot-infer-const-args.stderr Add a test for const args that cannot be inferred 2019-05-01 23:11:20 +01:00
const-arg-in-fn.rs Add a test for const arguments 2019-05-01 23:11:19 +01:00
const-arg-in-fn.stderr Add a test for const arguments 2019-05-01 23:11:19 +01:00
const-expression-parameter.rs Fix negative integer literal test 2019-03-05 22:20:01 +00:00
const-expression-parameter.stderr Update tests 2019-03-11 23:10:26 +03:00
const-fn-with-const-param.rs Update const generics tests 2019-03-05 22:20:01 +00:00
const-fn-with-const-param.stderr Update tests 2019-03-11 23:10:26 +03:00
const-param-before-other-params.rs Update const generics tests 2019-03-05 22:20:01 +00:00
const-param-before-other-params.stderr Update const generics tests 2019-03-05 22:20:01 +00:00
const-param-from-outer-fn.rs Update const generics tests 2019-03-05 22:20:01 +00:00
const-param-from-outer-fn.stderr Resolve inconsistency in error messages between "parameter" and "variable". 2019-04-17 13:25:07 +03:00
const-param-in-trait-ungated.rs Add tests 2019-05-04 14:39:43 +01:00
const-param-in-trait-ungated.stderr Add tests 2019-05-04 14:39:43 +01:00
const-param-in-trait.rs Add tests 2019-05-04 14:39:43 +01:00
const-param-in-trait.stderr Add tests 2019-05-04 14:39:43 +01:00
const-param-type-depends-on-type-param-ungated.rs Make sure const params with type params don't cause errors without a feature gate 2019-04-25 21:12:03 +01:00
const-param-type-depends-on-type-param-ungated.stderr Make sure const params with type params don't cause errors without a feature gate 2019-04-25 21:12:03 +01:00
const-param-type-depends-on-type-param.rs Add comment explaining restriction 2019-04-25 23:29:58 +01:00
const-param-type-depends-on-type-param.stderr Add comment explaining restriction 2019-04-25 23:29:58 +01:00
const-parameter-uppercase-lint.rs Update const generics tests 2019-03-05 22:20:01 +00:00
const-parameter-uppercase-lint.stderr Update const generics tests 2019-03-05 22:20:01 +00:00
const-types.rs Add const-types test 2019-05-01 23:11:19 +01:00
const-types.stderr Add const-types test 2019-05-01 23:11:19 +01:00
incorrect-number-of-const-args.rs Add a test for incorrect numbers of const args 2019-05-01 23:11:19 +01:00
incorrect-number-of-const-args.stderr Add a test for incorrect numbers of const args 2019-05-01 23:11:19 +01:00
invalid-constant-in-args.rs Add a test for invalid const arguments 2019-03-07 23:39:01 +00:00
invalid-constant-in-args.stderr Update tests 2019-03-11 23:10:26 +03:00
struct-with-invalid-const-param.rs Fix ICE with const generic param in struct 2019-03-22 01:49:42 +00:00
struct-with-invalid-const-param.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
unused-const-param.rs Add a test for unused const parameters 2019-04-18 00:30:50 +01:00
unused-const-param.stderr Add a test for unused const parameters 2019-04-18 00:30:50 +01:00