Skip to content

issues Search Results · repo:intorust/intorust.com language:HTML

Filter by

18 results
 (57 ms)

18 results

inintorust/intorust.com (press backspace or delete to remove)

On feedback page http://intorust.com/feedback/ I found that the URL behind survey leads to deleted form (Google storage based). https://github.com/nikomatsakis/intorust/blob/c788bc732e277558a1211ced38efe5d0d0ce7bdc/docs/feedback/index.html#L102 ...
  • koksyn
  • 1
  • Opened 
    on Apr 5, 2022
  • #26

Could you share that with me? Rust is really cool and worth learning. Thanks!
  • chenge
  • Opened 
    on Sep 10, 2018
  • #24

I just landed here looking for it, it would be nice to have a link to the actual website containing the videos at the top of the readme.
  • gnzlbg
  • Opened 
    on Aug 13, 2018
  • #22

The quotes in the hello world example look weird, and scare me.
  • nixpulvis
  • Opened 
    on Jun 30, 2017
  • #19

It might be nice to host directly on GitHub since this is already in Jekyll.
  • nixpulvis
  • 1
  • Opened 
    on Jun 30, 2017
  • #18

Small issue I noticed on the site. Clicking on the link to https://twitter.com/_lizbaillie/, sends me to https://twitter.com/account/suspended.
  • akappel
  • 1
  • Opened 
    on Apr 13, 2017
  • #16

As I was going through the ownership tutorial and then an associated exercise, I wound up with a following solution: fn print_out(name: String) { let (name, devowelized_name) = remove_vowels(name); ...
  • Gozala
  • Opened 
    on Jan 10, 2017
  • #15

My code doesn t compile after following the video tutorial, am I missing something or is it s a compiler changes? The code: https://is.gd/l9IAeS
  • dankor
  • 1
  • Opened 
    on Nov 30, 2016
  • #14

@nikomatsakis Thanks for doing this. These videos/exercises were very helpful. When you get a chance, please also cover the following topics: 1. traits 2. Explicit life times. 3. Macros. 4. Pattern ...
  • rjammala
  • 6
  • Opened 
    on Oct 11, 2016
  • #12

pub fn main() { let string = format!( my friend ); greet( string[3..]); greet( string); } fn greet(name: str) { println!( Hello, {}! , name); } The above code is the exact same as the ...
  • trosel
  • 3
  • Opened 
    on Oct 5, 2016
  • #11
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub