Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

ices/101001.sh: fixed with no errors #1424

Merged
merged 1 commit into from
Sep 22, 2022
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#101001

#!/bin/bash

rustc --crate-type lib -Zmeta-stats  - <<'EOF'

pub fn a() {}

EOF

=== stdout ===
=== stderr ===

2147 metadata bytes, of which 798 bytes (37.2%) are zero
             preamble:       57 bytes ( 2.7%)
                  dep:      801 bytes (37.3%)
          lib feature:        0 bytes ( 0.0%)
stability_implications:        0 bytes ( 0.0%)
            lang item:        0 bytes ( 0.0%)
      diagnostic item:        0 bytes ( 0.0%)
           native lib:        0 bytes ( 0.0%)
      foreign modules:        0 bytes ( 0.0%)
       def-path table:       22 bytes ( 1.0%)
               traits:        0 bytes ( 0.0%)
                impls:        0 bytes ( 0.0%)
     incoherent_impls:        0 bytes ( 0.0%)
                  mir:        0 bytes ( 0.0%)
                 item:      118 bytes ( 5.5%)
interpret_alloc_index:        0 bytes ( 0.0%)
      proc-macro-data:        0 bytes ( 0.0%)
               tables:      348 bytes (16.2%)
 debugger visualizers:        0 bytes ( 0.0%)
     exported symbols:        6 bytes ( 0.3%)
              hygiene:      121 bytes ( 5.6%)
      def-path hashes:      386 bytes (18.0%)
           source_map:       78 bytes ( 3.6%)
                final:      210 bytes ( 9.8%)

==============

=== stdout ===
=== stderr ===

2147 metadata bytes, of which 798 bytes (37.2%) are zero
             preamble:       57 bytes ( 2.7%)
                  dep:      801 bytes (37.3%)
          lib feature:        0 bytes ( 0.0%)
stability_implications:        0 bytes ( 0.0%)
            lang item:        0 bytes ( 0.0%)
      diagnostic item:        0 bytes ( 0.0%)
           native lib:        0 bytes ( 0.0%)
      foreign modules:        0 bytes ( 0.0%)
       def-path table:       22 bytes ( 1.0%)
               traits:        0 bytes ( 0.0%)
                impls:        0 bytes ( 0.0%)
     incoherent_impls:        0 bytes ( 0.0%)
                  mir:        0 bytes ( 0.0%)
                 item:      118 bytes ( 5.5%)
interpret_alloc_index:        0 bytes ( 0.0%)
      proc-macro-data:        0 bytes ( 0.0%)
               tables:      348 bytes (16.2%)
 debugger visualizers:        0 bytes ( 0.0%)
     exported symbols:        6 bytes ( 0.3%)
              hygiene:      121 bytes ( 5.6%)
      def-path hashes:      386 bytes (18.0%)
           source_map:       78 bytes ( 3.6%)
                final:      210 bytes ( 9.8%)

==============
@JohnTitor JohnTitor merged commit c19ef28 into master Sep 22, 2022
@JohnTitor JohnTitor deleted the autofix/ices/101001.sh branch September 22, 2022 10:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants