Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • H hwio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • redox-osredox-os
  • hwio
  • Merge requests
  • !1

Fix compiling on nightly

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Tim Crawford requested to merge tcrawford/hwio:nightly-fixes into master Oct 15, 2021
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 2

const_fn was removed. New const_fn_* features were added for tracking specific implementations.

Replace llvm_asm!() with the new asm!(). The former may be removed, while the latter is moving towards stabilization.

Fixes compiling on newer toolchains.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: nightly-fixes