Skip to content

Commit

Permalink
Update stderr files
Browse files Browse the repository at this point in the history
And also fix some comments as suggested by lcnr
  • Loading branch information
JulianKnodt committed Aug 12, 2020
1 parent 9bf40f1 commit 5c0b416
Show file tree
Hide file tree
Showing 65 changed files with 85 additions and 960 deletions.
11 changes: 0 additions & 11 deletions src/test/ui/const-generics/apit-with-const-param.stderr

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Tests that array sizes that depend on const-params does not yet work.
// Tests that array sizes that depend on const-params are checked using `ConstEvaluatable`.
// revisions: full min

#![cfg_attr(full, feature(const_generics))]
Expand Down

This file was deleted.

11 changes: 0 additions & 11 deletions src/test/ui/const-generics/broken-mir-1.stderr

This file was deleted.

11 changes: 0 additions & 11 deletions src/test/ui/const-generics/broken-mir-2.stderr

This file was deleted.

20 changes: 0 additions & 20 deletions src/test/ui/const-generics/cannot-infer-const-args.stderr

This file was deleted.

11 changes: 0 additions & 11 deletions src/test/ui/const-generics/concrete-const-as-fn-arg.stderr

This file was deleted.

11 changes: 0 additions & 11 deletions src/test/ui/const-generics/concrete-const-impl-method.stderr

This file was deleted.

2 changes: 1 addition & 1 deletion src/test/ui/const-generics/condition-in-trait-const-arg.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Checks whether conditions in traits can be evaluated.
// Checks that `impl Trait<{anon_const}> for Type` evaluates successfully.
// run-pass
// revisions: full min

Expand Down
11 changes: 0 additions & 11 deletions src/test/ui/const-generics/condition-in-trait-const-arg.stderr

This file was deleted.

1 change: 0 additions & 1 deletion src/test/ui/const-generics/const-arg-in-fn.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Check that const args in functions can be used.
// run-pass
// revisions: full min

Expand Down
11 changes: 0 additions & 11 deletions src/test/ui/const-generics/const-arg-in-fn.stderr

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// run-pass
// revisions: full
// FIXME Omitted min revision for now due to ICE.
// FIXME(#75323) Omitted min revision for now due to ICE.

#![cfg_attr(full, feature(const_generics))]
#![cfg_attr(full, allow(incomplete_features))]
Expand Down

This file was deleted.

17 changes: 0 additions & 17 deletions src/test/ui/const-generics/const-expression-parameter.stderr

This file was deleted.

2 changes: 1 addition & 1 deletion src/test/ui/const-generics/const-fn-with-const-param.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Check `const fn` with const param is alright
// Checks that `const fn` with const params can be used.
// run-pass
// revisions: full min

Expand Down
11 changes: 0 additions & 11 deletions src/test/ui/const-generics/const-fn-with-const-param.stderr

This file was deleted.

11 changes: 0 additions & 11 deletions src/test/ui/const-generics/const-generic-array-wrapper.stderr

This file was deleted.

11 changes: 0 additions & 11 deletions src/test/ui/const-generics/const-generic-type_name.stderr

This file was deleted.

42 changes: 0 additions & 42 deletions src/test/ui/const-generics/const-param-elided-lifetime.stderr

This file was deleted.

22 changes: 0 additions & 22 deletions src/test/ui/const-generics/const-param-from-outer-fn.stderr

This file was deleted.

11 changes: 0 additions & 11 deletions src/test/ui/const-generics/const-param-in-trait.stderr

This file was deleted.

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions src/test/ui/const-generics/const-parameter-uppercase-lint.stderr

This file was deleted.

11 changes: 0 additions & 11 deletions src/test/ui/const-generics/const-types.stderr

This file was deleted.

Loading

0 comments on commit 5c0b416

Please sign in to comment.