Skip to content

Commit

Permalink
Port tests/run-make-fulldeps/obtain-borrowck to ui-fulldeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalathar committed Jun 6, 2024
1 parent 67caf52 commit dc91ad0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 26 deletions.
26 changes: 0 additions & 26 deletions tests/run-make-fulldeps/obtain-borrowck/Makefile

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

trait X {
fn provided(&self) -> usize {
5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//@ edition: 2021
//@ run-pass
//@ check-run-results
//@ run-flags: --sysroot {{sysroot-base}} --edition=2021 {{src-base}}/auxiliary/obtain-borrowck-input.rs
//@ ignore-stage1 (requires matching sysroot built with in-tree compiler)
// ignore-tidy-linelength

#![feature(rustc_private)]

//! This program implements a rustc driver that retrieves MIR bodies with
Expand Down

0 comments on commit dc91ad0

Please sign in to comment.