about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src/rustc.rs
diff options
context:
space:
mode:
authorThe Miri Cronjob Bot <miri@cron.bot>2024-04-04 05:03:01 +0000
committerThe Miri Cronjob Bot <miri@cron.bot>2024-04-04 05:03:01 +0000
commit9c334143d84733cbd26f1698dd9137c09f34a77b (patch)
tree0df96b7dd21d20796e58c38a8f7f36413be4a6d8 /compiler/rustc_pattern_analysis/src/rustc.rs
parent20807c0175450bf5bfab0dcd4ab0238cab8a3eac (diff)
parentb0b7c860e13858cbc344dcf2baf860752e3a2dd3 (diff)
downloadrust-9c334143d84733cbd26f1698dd9137c09f34a77b.tar.gz
rust-9c334143d84733cbd26f1698dd9137c09f34a77b.zip
Merge from rustc
Diffstat (limited to 'compiler/rustc_pattern_analysis/src/rustc.rs')
-rw-r--r--compiler/rustc_pattern_analysis/src/rustc.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_pattern_analysis/src/rustc.rs b/compiler/rustc_pattern_analysis/src/rustc.rs
index b0f506c3651..467f09e4c29 100644
--- a/compiler/rustc_pattern_analysis/src/rustc.rs
+++ b/compiler/rustc_pattern_analysis/src/rustc.rs
@@ -186,7 +186,6 @@ impl<'p, 'tcx: 'p> RustcPatCtxt<'p, 'tcx> {
 
     /// Returns the types of the fields for a given constructor. The result must have a length of
     /// `ctor.arity()`.
-    #[instrument(level = "trace", skip(self))]
     pub(crate) fn ctor_sub_tys<'a>(
         &'a self,
         ctor: &'a Constructor<'p, 'tcx>,
@@ -283,7 +282,6 @@ impl<'p, 'tcx: 'p> RustcPatCtxt<'p, 'tcx> {
     /// Creates a set that represents all the constructors of `ty`.
     ///
     /// See [`crate::constructor`] for considerations of emptiness.
-    #[instrument(level = "debug", skip(self), ret)]
     pub fn ctors_for_ty(
         &self,
         ty: RevealedTy<'tcx>,