Skip to content

Create ctags targets - #1032

Closed
nikomatsakis wants to merge 2 commits into
rust-lang:masterfrom
nikomatsakis:ctags-target-in-Makefile
Closed

Create ctags targets#1032
nikomatsakis wants to merge 2 commits into
rust-lang:masterfrom
nikomatsakis:ctags-target-in-Makefile

Conversation

@nikomatsakis

Copy link
Copy Markdown
Contributor

This is a very simple patch to create 2 new targets, TAGS.emacs and TAGS.vi. They will build exuberant ctags files for use with emacs or vi. For now these targets are not linked into the build process in any way. One obvious improvement, also, would be to use configure to find the ctags executable. For now we just assume it is on the path.

@brson

Copy link
Copy Markdown
Contributor

Integrated.

@brsonbrson closed this Oct 12, 2011
celinval added a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
* Fix 1: Slice projection yields a thin pointer
Our expectation did not considered the array decay when creating fat
pointers.
* Added new testcases for size_of and raw slice
* Add test for different representations + fix comment
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
1032: Fix apply_substs assertion failure r=matklad a=flodiebold
Fixesrust-lang#1030.
Co-authored-by: Florian Diebold <flodiebold@gmail.com>
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
test offset_from
This currently fails and needs a rustc fix: rust-lang#66083
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nikomatsakis@brson