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

ices/86017.sh: fixed with errors #871

Merged
merged 1 commit into from
Jul 18, 2021
Merged

ices/86017.sh: fixed with errors #871

merged 1 commit into from
Jul 18, 2021

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#86017

#!/bin/bash

cat > the_file.json <<'EOF'
{
  "arch": "x86_64",
  "data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
  "is-builtin": true,
  "llvm-target": "x86_64-unknown-unknown-gnu",
  "target-pointer-width": "64"
}
EOF

echo '#![feature(no_core)] #![no_core]' | rustc --target the_file.json -
=== stdout ===
=== stderr ===
error: Error loading target specification: may not set is_builtin for targets not built-in. Run `rustc --print target-list` for a list of built-in targets

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

=== stdout ===
=== stderr ===
error: Error loading target specification: may not set is_builtin for targets not built-in. Run `rustc --print target-list` for a list of built-in targets

==============
@JohnTitor JohnTitor merged commit 1273de5 into master Jul 18, 2021
@JohnTitor JohnTitor deleted the autofix/ices/86017.sh branch July 18, 2021 12:39
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