From 6a17ee6d4125c0c35147b16ebcf54e34f0cdc87a Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Thu, 29 Jul 2021 23:23:17 -0700 Subject: Recommend fix `count()` -> `len()` on slices Fixes #87302 --- compiler/rustc_span/src/symbol.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_span/src') diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 0d556b5eda6..adce8da91a3 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -496,6 +496,7 @@ symbols! { core_panic_macro, cosf32, cosf64, + count, cr, crate_id, crate_in_paths, -- cgit 1.4.1-3-g733a5