cargo-llvm-lines 0.4.46

Count the number of lines of LLVM IR across all instantiations of a generic function.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Install

on:
  workflow_dispatch:
  schedule: [cron: "40 1 * * *"]
  push: {tags: ['*']}

permissions: {}

env:
  RUSTFLAGS: -Dwarnings

jobs:
  install:
    name: Install
    uses: dtolnay/.github/.github/workflows/check_install.yml@master
    with:
      crate: cargo-llvm-lines