Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1398 from Xanewok/remove-link-args
Browse files Browse the repository at this point in the history
Remove now-unnecessary `link_args`
  • Loading branch information
Xanewok committed Mar 17, 2019
2 parents 06aba01 + 4da16c8 commit e89a955
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rls/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
//! functionality such as 'goto definition', symbol search, reformatting, and
//! code completion, and enables renaming and refactorings.

// See rustc/rustc.rs in rust repo for explanation of stack adjustments.
#![feature(link_args)]
#[allow(unused_attributes)]
#[cfg_attr(all(windows, target_env = "msvc"), link_args = "/STACK:16777216")]
#[cfg_attr(all(windows, not(target_env = "msvc")), link_args = "-Wl,--stack,16777216")]
extern "C" {}

use log::warn;
use rls_rustc as rustc_shim;

Expand Down

0 comments on commit e89a955

Please sign in to comment.