From 733230530522d9f535b95d5bc304b11a94e2239c Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Tue, 24 Mar 2020 21:52:22 +0300 Subject: Remove attribute `#[structural_match]` and any references to it --- src/librustc_error_codes/error_codes/E0741.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/librustc_error_codes/error_codes') diff --git a/src/librustc_error_codes/error_codes/E0741.md b/src/librustc_error_codes/error_codes/E0741.md index 804260809e9..0a8650282a3 100644 --- a/src/librustc_error_codes/error_codes/E0741.md +++ b/src/librustc_error_codes/error_codes/E0741.md @@ -1,4 +1,4 @@ -Only `structural_match` types (that is, types that derive `PartialEq` and `Eq`) +Only structural-match types (that is, types that derive `PartialEq` and `Eq`) may be used as the types of const generic parameters. ```compile_fail,E0741 -- cgit 1.4.1-3-g733a5