diff options
| author | Deadbeef <ent3rm4n@gmail.com> | 2023-04-16 11:12:37 +0000 |
|---|---|---|
| committer | Deadbeef <ent3rm4n@gmail.com> | 2023-04-16 11:38:52 +0000 |
| commit | 4c6ddc036b13cc9fa06e437295476231a7c11435 (patch) | |
| tree | 717b3f36e2816da3d169201b14b384e30b04b077 /tests/ui/rfc-2632-const-trait-impl/call-generic-method-pass.rs | |
| parent | 147e850691b60b273643f1e4d3b53cad620b80b7 (diff) | |
| download | rust-4c6ddc036b13cc9fa06e437295476231a7c11435.tar.gz rust-4c6ddc036b13cc9fa06e437295476231a7c11435.zip | |
fix library and rustdoc tests
Diffstat (limited to 'tests/ui/rfc-2632-const-trait-impl/call-generic-method-pass.rs')
| -rw-r--r-- | tests/ui/rfc-2632-const-trait-impl/call-generic-method-pass.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/rfc-2632-const-trait-impl/call-generic-method-pass.rs b/tests/ui/rfc-2632-const-trait-impl/call-generic-method-pass.rs index 40565d1b76a..09f35a27737 100644 --- a/tests/ui/rfc-2632-const-trait-impl/call-generic-method-pass.rs +++ b/tests/ui/rfc-2632-const-trait-impl/call-generic-method-pass.rs @@ -1,6 +1,6 @@ //! Basic test for calling methods on generic type parameters in `const fn`. -// check-pass +// known-bug: #110395 #![feature(const_trait_impl)] |
